Service BC Name Examination System
For further documentation about the project for developers, see the developer documentation.
Make sure to install the dependencies:
npm install
# or with pnpm:
pnpm installcp .env.example .envYou will need to fill in the Firebase variables for the project to run.
Start the development server on http://localhost:8080
npm run devnpm run test