Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 355 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 355 Bytes

Simple RBAC using t3 stack:

  • NextJS
  • Typescript
  • tRPC
  • TailwindCSS
  • Prisma
  • React-Query
  • Next-Auth

Authentication

  • Currently only email Magic Link

Instalation

  • run yarn
  • setup environment, create .env file from the example
  • run npx prisma generate
  • run yarn dev to start development server
  • register admin at register page