You're going to need node and ideally use nvm.
nvm install
nvm use
npm install
npm start
In order to run locally, you're going to need an OIDC client, by default there's a .env
file which defines all default variables.
You can create a .env.local
to modify and add new variables for local development.
All variables need to be prepended with REACT_APP_