- Node.js >=16.0
npm i
npm run serve
npm run serve
npx tailwindcss -i ./src/stylesheets/tailwind.css -o ./src/dist/output.css --watch
npm run lint
-
Base API url:
https://us-central1-cs-trackers.cloudfunctions.net/api
-
All commands must be ran in
api/functions/
npm i
npm run deploy
npm run serve
npm run lint
Place cert/
folder in src/
with cert_idp.pem cert.pem key.pem
files.
Create .env
file and fill in session secret.
In-depth information on configuring Shibboleth IDP can be found here.