Skip to content
Find file
Fetching contributors…
Cannot retrieve contributors at this time
45 lines (31 sloc) 1.44 KB

Contributing

So you're interested in giving us a hand? That's awesome! We've put together some brief guidelines that should help you get started quickly and easily.

Please, if you see anything wrong you can fix/improve it :ghost:

Installing the project

  1. Fork this project on github
  2. Clone this project on your local machine
  3. Then, you need to install node and npm to run the mainly packages.
  4. After installed node and npm, run this script:
$ npm install

That's it! You're done.

How to work

We are using a bunch of things to put all together and make the work easy.

Dependency Description
NPM Node package manager
BrowserSync Create a localhost server with livereload
Webpack Generated a UMD bundled version

So, have some scripts that you need to know to run the project locally. It's just fews, but it's very important.

Command Description
npm run build run $ wepback and babel task
npm test lints files

Submitting a Pull request

  1. Create your feature branch: git checkout -b feature/my-new-feature (or if you have a fix create your fix branch: git checkout -b fix/fix-that-thingy)
  2. Commit your changes: git commit -m 'Add some feature'
  3. Push to your remote fork branch: git push origin feature/my-new-feature:feature/my-new-feature
  4. Submit a pull request :D
  5. DFTBA
Something went wrong with that request. Please try again.