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