inferno _> 🚀 ... visit my other sentinel listing application luminous Running Application Locally First, clone this repo. git clone https://github.com/kumar-rinku0/inferno.git cd inferno Now, you can run the development server: npm install npm run dev Open localhost:3000 in your browser to see the result. for clerk auth. Create a .env or .env.local file to declare Environment Variable. 1 - NEXT_PUBLIC_CLERK_SIGN_IN_URL = "/login" 2 - NEXT_PUBLIC_CLERK_SIGN_UP_URL = "/register" 3 - NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY = "create a key!" 4 - CLERK_SECRET_KEY = "create own secret!" Don't forget to turn on RBAC System on, through clerk!