mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-05 13:20:20 -05:00
Run gulp using npm Simplifies usage of gulp and makes sure everyone is using same version
This commit is contained in:
committed by
Keivan Beigi
parent
9de92d18e1
commit
1293bab868
@@ -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 ###
|
||||
|
||||
Reference in New Issue
Block a user