Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
making the instructions a bit clearer.
  • Loading branch information
oliverlabs authored Aug 3, 2023
1 parent 38da07d commit 8f499f7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,12 @@ Please see the [section below](#🪪-add-an-identity-provider) for important inf

Clone this repository locally or fork to your Github account. Run all of the the steps below from the "src" directory.

1. Create a new file named `.env.local` to store the environment variables add the following variables
1. Make sure you deploy an instance of Cosmos DB in your Azure Subscription
2. Create a new file named `.env.local` to store the environment variables add the following variables.

**Please note:**
- Do not use double-quotes and do not delete any of the variables.
- Make sure that `NEXTAUTH_URL=http://localhost:3000` has no comments in the same line.

```
- azure-open-ai-accelerator
Expand Down Expand Up @@ -89,8 +94,8 @@ Clone this repository locally or fork to your Github account. Run all of the the
AZURE_COSMOSEDB_KEY=
```

2. Install npm packages by running `npm install`
3. Start the project by running `npm run dev`
4. Install npm packages by running `npm install`
5. Start the project by running `npm run dev`

You should now be prompted to login with GitHub. Once you successfully login, you can start creating new conversations.

Expand Down

0 comments on commit 8f499f7

Please sign in to comment.