Update CONTRIBUTING.md

This commit is contained in:
Qstick 2018-04-01 13:35:55 -04:00 committed by GitHub
parent dd215be63d
commit 6fbbabfbff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -8,17 +8,17 @@ Setup guides, FAQ, the more information we have on the wiki the better.
## Development ##
### Tools required ###
- Visual Studio 2015
- HTML/Javascript editor of choice (Sublime Text/Webstorm/Atom/etc)
- npm (node package manager)
- Visual Studio 2017
- HTML/Javascript editor of choice (VS Code/Sublime Text/Webstorm/Atom/etc)
- yarn (package manager)
- git
### Getting started ###
1. Fork Lidarr
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 `npm start` - Used to compile the UI components and copy them.
3. Run `yarn install`
4. Run `yarn 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