Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lawalbolaji authored May 2, 2023
1 parent fc6b582 commit c53922a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ You can start using gpt-playground [here](https://gpt-playground-three.vercel.ap
> cp .env.example .env.local
```
3. Create Auth0 credentials [here](https://auth0.com/docs/quickstart/webapp/nextjs/01-login) and add those credentials to your `.env.local` file
4. Boot up your docker container:
4. Get OpenAI API Key [here](https://platform.openai.com/account/api-keys) and add those credentials to your `.env.local` file
5. Boot up your docker container:
```
> docker-compose -f dev.docker-compose.yml up -d
```
Expand All @@ -47,11 +48,12 @@ You can start using gpt-playground [here](https://gpt-playground-three.vercel.ap
> cp .env.example .env.local
```
3. Create Auth0 credentials [here](https://auth0.com/docs/quickstart/webapp/nextjs/01-login) and add those credentials to your `.env.local` file
4. Install NodeJs dependencenies:
4. Get OpenAI API Key [here](https://platform.openai.com/account/api-keys) and add those credentials to your `.env.local` file
5. Install NodeJs dependencenies:
```
> npm ci
```
5. Boot up:
6. Boot up:
```
> npm run dev
```
Expand Down

1 comment on commit c53922a

@vercel
Copy link

@vercel vercel bot commented on c53922a May 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.