- Clone the repository.
- Install dependencies.
yarnORnpm install - Create a
.envfile based on.env.template. - Start docker container OR use your own database.
docker compose up -d - Run migrations.
yarn migrate:deployORnpm run migrate:deploy - Start the server.
yarn startORnpm start - Open http://localhost:3000 to view it in the browser.
- Clone the repository.
- Install dependencies.
yarnORnpm install - Create a
.envfile based on.env.template. - Start docker container.
docker compose up -d - Run migrations.
yarn migrate:devORnpm run migrate:dev - Start the server.
yarn devORnpm run dev - Open http://localhost:3000 to view it in the browser.