Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 536 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 536 Bytes

cadet

Development in code space

Open in GitHub Codespaces

  • Open the repository in Codespaces
  • Obtain .env and place in app/.env
  • Install dependencies, run migrations, and seed roles
npm i
sh scripts/migrate.sh
cd .. && make seed
  • Run the development server
npm run dev
  • Configure Redirect URI for callback in 42 API app https://<forwarded url obtained from npm run dev>/api/auth/callback/42-school