To run this application, you must have pnpm and Node.js installed. More information on installation can be found at the following links:
- Node.js: Download Node.js
- pnpm: Installation Guide
Before running the application, you need to create a .env file with the required credentials. Add the following variables to the .env file:
OAUTH_CLIENT_ID=...
OAUTH_CLIENT_SECRET=...
OAUTH_HOST=...
OAUTH_AUDIENCE=g...
API_PATH=...To install the required dependencies, use the following command:
pnpm iUpdate the configuration defined in config.ts with the information provided by Grieg Connect.
To create a visitor application, run the following command:
pnpm run applicationTo create a passing run, use the command:
pnpm run passing