Kevin van Zonneveld пре 6 година
родитељ
комит
f1ab4a9d6c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/CONTRIBUTING.md

+ 1 - 1
.github/CONTRIBUTING.md

@@ -128,7 +128,7 @@ npm install && cd website && npm install && cd ..
 For local previews on http://localhost:4000, type:
 For local previews on http://localhost:4000, type:
 
 
 ```bash
 ```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.
 This will watch the website, as well as Uppy, as the examples, and rebuild everything and refresh your browser as files change.