npm install
Linux:
cp .env.local.example .env.local
Windows:
copy .env.local.example .env.local
Note: For local development, an SSL-certificate is needed to interact with the CAS-server of UGent. Install mkcert and run
mkdir local-cert mkcert -key-file local-cert/localhost-key.pem -cert-file local-cert/localhost.pem localhost
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Lint with ESLint
npm run lint
npm run format