Bring me to life!
We'll set up everything to get a fully fonctional directory in under 10min
Last updated
We'll set up everything to get a fully fonctional directory in under 10min
Run the database generation:
npx prisma migrate reset -fFrom now the following steps are optional but greatly recommended to get all the features to work from the beginning
Run your app:
npm run devOpen 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:
...
Congrats, it's ALIVE! 🥳
Last updated
npm run seed:admin