- Open the repository in Codespaces
- Obtain
.env
and place inapp/.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 apphttps://<forwarded url obtained from npm run dev>/api/auth/callback/42-school