Bring me to life!

We'll set up everything to get a fully fonctional directory in under 10min

Generate the database with Prisma

  1. Run the database generation:

Terminal
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

  1. Run your app:

Terminal
npm run dev

  1. Open your app and signup with mail (it will be your admin) by clicking the SignIn button on the top-rigth corner.

Hit that button!
  1. Run the admin seed to give yourself the admin role and access the admin functions:

Terminal
npm run seed:admin

...

Congrats, it's ALIVE! 🥳

Last updated