浏览代码

Update website/src/_template/contributing.md

Kevin van Zonneveld 6 年之前
父节点
当前提交
d51470c848
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      website/src/_template/contributing.md

+ 1 - 1
website/src/_template/contributing.md

@@ -130,7 +130,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.