This is a Next.js project bootstrapped with create-next-app
.
npm i -g pnpm
pnpm i
cp .env.example .env
And then change variables inside .env
to match your own environment.
If you ever want to add an environment variable, please add it to .env.example
.
pnpm run resetDB
pnpm run showDB
pnpm run dev
(so that some external services can be mocked)
pnpm run dev:test
pnpm run test
pnpm run test:gui