Skip to content

fac29/thenorm

Repository files navigation

The Norm 🧠

The Norm Frontend, developed as a part of Founders and Coders Tech for Better Program.

TypeScript Tailwind Next.js Shadcn UI Auth0 License

Installation

  1. Clone the repository:

    git clone
    cd thenorm
  2. Install dependencies:

    npm install
  3. Set up environment variables:

    Create a .env.local file in the root directory and add your configuration settings.

    OPENAI_API_KEY=YOUR_KEY_HERE
    PORT=YOUR_PORT_HERE
    OPENAI_API_KEY=YOUR_API_KEY_HERE
    AUTH0_SECRET=YOUR_AUTH0_SECRET_HERE
    AUTH0_BASE_URL=YOUR_AUTH0_BASE_URL
    AUTH0_ISSUER_BASE_URL=YOUR_AUTH0_ISSUER_BASE_URL_HERE
    AUTH0_CLIENT_ID=YOUR_AUTH0_CLIENT_ID_HERE
    AUTH0_CLIENT_SECRET=YOUR_AUTH0_CLIENT_SECRET_HERE

Usage

Running the Server

To start the server, use the following command:

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •