Clone the repository:
git clone cd thenormInstall dependencies:
npm install
Set up environment variables:
Create a
.env.localfile in the root directory and add your configuration settings.OPENAI_API_KEY=YOUR_KEY_HEREPORT=YOUR_PORT_HEREOPENAI_API_KEY=YOUR_API_KEY_HEREAUTH0_SECRET=YOUR_AUTH0_SECRET_HEREAUTH0_BASE_URL=YOUR_AUTH0_BASE_URLAUTH0_ISSUER_BASE_URL=YOUR_AUTH0_ISSUER_BASE_URL_HEREAUTH0_CLIENT_ID=YOUR_AUTH0_CLIENT_ID_HEREAUTH0_CLIENT_SECRET=YOUR_AUTH0_CLIENT_SECRET_HERE
To start the server, use the following command:
npm run dev