Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 727 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 727 Bytes

Frontend

Getting started

Use the recommended node version which is >=18.x

If you have nvm:

    nvm use

Install dependencies:

pnpm recommended

pnpm i
# or
npm i
# or
yarn

Configuration

Copy env example:

    cp .env.example .env

Set env values according to your database.

Running

Run the development server:

pnpm dev
# or
yarn dev
# or
npm run dev

Open http://localhost:3000 with your favorite browser.

License

This project is licensed under the MIT License. Refer to the LICENSE file for more information.