Skip to content

Commit

Permalink
#44 remove info redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
Quicksaver committed Dec 21, 2017
1 parent 68c07f4 commit 5511fb4
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,10 @@ Below are listed the versions used in Netlify to create the live, preview and br

1. Clone project locally

2. Upgrade an existing project from a previous Besugo stack (gulp, pre-yarn/webpack), or whenever you need to rebuild dependencies, run
2. Install dependencies:
```sh
yarn rebuild
yarn install
```
(shortcut to ```rm -rf node_modules & yarn install``` that I wrote for myself and left in);

2.1. otherwise grab dependencies normally:
```sh
yarn install
```

3. (Optional, recommended) change the port in *package.json*, to avoid having other Besugo projects being served on the same port, for easier window/tab management during development.

Expand Down

0 comments on commit 5511fb4

Please sign in to comment.