Skip to content

Commit

Permalink
Merge pull request #37 from fmanimashaun/Estete9-authors
Browse files Browse the repository at this point in the history
fix license file extension
  • Loading branch information
fmanimashaun authored Feb 28, 2024
2 parents d080c3c + 38c45e1 commit 9fb54b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
File renamed without changes.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,12 @@ Install this project's dependencies with:

### Usage

To run the project, execute the following command:
To run the project, first, make sure you have these files in the project's root directory

`.env` with this code `REACT_APP_BASE_URL=http://localhost:4000`
`.env.production` with this code `REACT_APP_BASE_URL=https://book-car-api-2.onrender.com`

Then execute the following command:

```bash
npm run start
Expand Down

0 comments on commit 9fb54b8

Please sign in to comment.