Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kumar-rinku0/inferno

InferNo build by Next 14, Tailwind CSS, Clerk Auth
https://github.com/kumar-rinku0/inferno

clerk clerkauth cool-project cool-stuff javascript nextjs nextjs-project nextjs14 react-components reactjs reactjs-cool-projects reactjs-project server-side sponsor tailwind tailwindcss typescript

Last synced: about 2 months ago
JSON representation

InferNo build by Next 14, Tailwind CSS, Clerk Auth

Awesome Lists containing this project

README

        

### [inferno](https://infer-no.vercel.app) _> [🚀](https://infer-no.vercel.app)

#### ... visit my other backend RBAC application [luminous](https://luminous-beta.vercel.app)

#### Running Locally

##### First, clone repo.
```bash

git clone https://github.com/kumar-rinku0/inferno.git

cd inferno

```

##### Now, you can run the development server:

```bash

npm install

npm run dev

```

##### Open [localhost:3000](http://localhost:3000) in your browser to see the result.

#### for clerk auth.

##### Create a ``` .env ``` or ``` .env.local ``` file to declare Environment Variable.

```bash

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!