-
Clone the repository:
git clone cd thenorm
-
Install dependencies:
npm install
-
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
To start the server, use the following command:
npm run dev