Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
#28 Update installing guide on README.md
  • Loading branch information
metinbaris committed Sep 26, 2022
commit db7d69c93f39fb78acaf8ed1c15471dd3e0c794f
9 changes: 7 additions & 2 deletions api-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@

# Install

1. Install the packages
1. Copy .env.sample as .env
```
cp .env.sample .env
```

2. Install the packages
```
yarn install
```

2. Run the mock server
3. Run the mock server
```
yarn start
```
Expand Down