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