This is a Next.js project bootstrapped with create-next-app.
npm i -g pnpm
pnpm icp .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 showDBpnpm run dev(so that some external services can be mocked)
pnpm run dev:testpnpm run testpnpm run test:gui