Permalink
Browse files

Update CONTRIBUTING.md

  • Loading branch information...
1 parent 4917cf2 commit f98e823445da90031168cdfadc978cfebe899fbc @igoradamenko committed on GitHub Jan 15, 2017
Showing with 5 additions and 0 deletions.
  1. +5 −0 CONTRIBUTING.md
View
@@ -11,12 +11,17 @@ If you want to change something in the library, make sure that:
Usually for change something you should follow these steps:
1. [Fork & clone the repo](https://help.github.com/articles/fork-a-repo/).
+
2. Install the latest [node.js](https://nodejs.org/) if you don't have it.
+
3. Run `npm install` in directory with cloned repo.
+
4. Run `npm run dev`. It will start server on `http://localhost:3000`, where you can see your changes if demo site uses them. Also all your changes will be linted. Read the logs!
You can run `npm run build` if you don't need the dev-server. It will be build your changes and update CSS / HTML.
+
5. If you add new feature it would be great to add a demo to the site. Feel free to do it.
+
6. Commit & push your changes to your fork and create the PR! Don't forget to describe in PR what do you change.
**Thank you for your contribution!**

0 comments on commit f98e823

Please sign in to comment.