Skip to content

fac29/thenorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3eea001 Â· Aug 8, 2024
Aug 7, 2024
Aug 7, 2024
Jul 22, 2024
Aug 6, 2024
Aug 7, 2024
Jul 31, 2024
Jul 26, 2024
Aug 8, 2024
Jul 22, 2024
Jul 22, 2024
Aug 6, 2024
Aug 6, 2024
Jul 22, 2024
Jul 26, 2024
Aug 5, 2024

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