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
Copy env example:
cp .env.example .env
Set env values according to your database.
Run the development server:
pnpm dev
# or
yarn dev
# or
npm run dev
Open http://localhost:3000 with your favorite browser.
This project is licensed under the MIT License. Refer to the LICENSE file for more information.