BC Registries authentication and authorization interface.
- Node.js (> v16.15.x)
- VITE v4.4.9
- Fork and checkout this repository in to your local.
- Open terminal or cmd.
- Go to the auth-web folder (
cd /auth-web
) - install the dependencies by running the command:
npm i
Run the following command on the root(auth-web) folder:
npm run dev
Run the following command on the root folder:
npm run test
Run the following command on the root folder:
npm run lint
Run the following command on the root folder:
npm run test:e2e
Run the following command on the root folder:
npm run test:unit
Run the following command in the root folder:
npm run build
Once the build is successful, check the /dist folder for the build files
View the document here