This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
Then, setup your database credentials: cp .env .env.local
and edit the file.
Lastly, run database migrations:
npm run db:migrate:dev
# or
yarn db:migrate:dev
Open http://localhost:3000 with your browser to see the result.