mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-05 20:42:19 -07:00
Run gulp using npm Simplifies usage of gulp and makes sure everyone is using same version
This commit is contained in:
parent
9de92d18e1
commit
1293bab868
4 changed files with 7 additions and 6 deletions
|
@ -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 ###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue