We'll set up everything to get a fully fonctional directory in under 10min
Last updated 4 months ago
Run the database generation:
npx prisma migrate reset -f
From now the following steps are optional but greatly recommended to get all the features to work from the beginning
Run your app:
npm run dev
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! 🥳