Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz authored Apr 3, 2019
1 parent 220b56d commit f1ab4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ npm install && cd website && npm install && cd ..
For local previews on http://localhost:4000, type:

```bash
npm start
npm run web:start # that gets you just the website. if you need companion, etc. you can use `npm start` instead
```

This will watch the website, as well as Uppy, as the examples, and rebuild everything and refresh your browser as files change.
Expand Down

0 comments on commit f1ab4a9

Please sign in to comment.