Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lawalbolaji authored Apr 10, 2023
1 parent fa0bc1f commit c12c863
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
#### Docker (preferred)
1. Clone the repo: `git clone [email protected]:lawalbolaji/gpt-playground.git`
2. CD to the project's root directory
3. Copy the .env.local.example file into a .env.local file
4. Create Auth0 credentials and add those credentials to your .env.local file
3. Copy the `.env.local.example` file into a `.env.local` file
4. Create Auth0 credentials and add those credentials to your `.env.local` file
5. Boot up your docker container: `docker-compose -f dev.docker-compose.yml up -d`

#### Local Machine with nodejs
1. Clone the repo: `git clone [email protected]:lawalbolaji/gpt-playground.git`
2. CD to the project's root directory
3. Copy the `.env.local.example` file into a `.env.local file`
4. Create Auth0 credentials and add those credentials to your `.env.local file`
4. Create Auth0 credentials and add those credentials to your `.env.local` file
5. RUN `npm ci`

### Production
Expand Down

1 comment on commit c12c863

@vercel
Copy link

@vercel vercel bot commented on c12c863 Apr 10, 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.