Run gulp using npm Simplifies usage of gulp and makes sure everyone is using same version

This commit is contained in:
Björn Dahlgren 2015-11-10 00:35:20 +01:00 committed by Keivan Beigi
parent 9de92d18e1
commit 1293bab868
4 changed files with 7 additions and 6 deletions

View file

@ -18,7 +18,9 @@ Setup guides, FAQ, the more information we have on the wiki the better.
1. Fork Sonarr
2. Clone (develop branch) *you may need pull in submodules separately if you client doesn't clone them automatically (CurlSharp)*
3. Run `npm install`
4. Run `gulp watch` - Used to compile the UI components and copy them (leave this window open)
4. Run `npm start` - Used to compile the UI components and copy them.
Leave this window open.
If you have gulp globally installed you can use `gulp watch` instead
5. Compile in Visual Studio
### Contributing Code ###