[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kumar-rinku0/inferno

Repository files navigation

... visit my other backend RBAC application luminous

Running Locally

First, clone 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!