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 install
cp .env.example .env
You will need to fill in the Firebase variables for the project to run.
Start the development server on http://localhost:8080
npm run dev
npm run test