Bring me to life!
We'll set up everything to get a fully fonctional directory in under 10min
Generate the database with Prisma
Run the database generation:
npx prisma migrate reset -f
Run your app:
npm run dev
Open your app and signup with mail (it will be your admin) by clicking the SignIn button on the top-rigth corner.

Run the admin seed to give yourself the admin role and access the admin functions:
npm run seed:admin
...
Congrats, it's ALIVE! 🥳
Last updated