/g-pass

Primary LanguageJavaScript

How to deploy

  • Set your .env following .env.example
  • Run npm install
  • Run npx prisma migrate dev
  • Run npx prisma studio
  • Add your email to the User table with prisma studio
  • Start with npm run dev
  • Now you're ready for deployment