Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 369 Bytes

INSTALL.md

File metadata and controls

31 lines (22 loc) · 369 Bytes

Installation

Please read through our Contributing Guidelines.

General setup

Before you start, install dependencies:

npm install

Start development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

The website can be accessed at http://localhost:3000.

In case you need to update dependencies:

npm update