To run the project:
Copy one of the .env.* files to .env, e.g
cp .env.development .envReplace BAT_NODE_SIGNIN_CLIENT_SECRET with the DfE Signin client secret. (If you have manage-courses-ui running locally, you should have it already)
Then:
npm install
npm run devOpen the app in your browser:
https://localhost:44364The project is linted using prettier.