Skip to content

Commit c2c8b6c

Browse files
committed
update dev docs from yarn to npm
1 parent 7db496c commit c2c8b6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/development.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ git clone https://github.com/r-spacex/SpaceX-API.git && cd SpaceX-API
77

88
2. Install dependencies
99
```bash
10-
yarn install
10+
npm install
1111
```
1212

1313
3. Run ESlint and all tests
1414
```bash
15-
yarn test
15+
npm test
1616
```
1717

1818
4. Start the app
1919
```bash
20-
yarn start
20+
npm start
2121
```
2222

2323
### With Docker

0 commit comments

Comments
 (0)