- Node.js (version > 10.15)
- pnpm
pnpm install
The configuration of the application can be modified in the .env file :
AUTHENTICATION_MODE
PEARL_JAM_URL
QUEEN_URL_BACK_END
QUEEN_URL_FRONT_END
ISSUER_URI
OIDC_CLIENT_ID
pnpm dev
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
pnpm test
To see the tests coverage:
pnpm test -- --coverage