This file is a work in progress, your are welcome to contribute towards bringing this guide to completion.
- Implement missing Components. Read the issue and read the guide
- Improve
MDLHook
decorator. Read the issue. - Write tests. Read the issue.
- Figure out what bugs you
- Open an issue (or add your comment)
- State you want to work on a particular problem.
- Start developing.
Oh, and use emoticons to your ❤️ wishes 😉
- Fork the project.
- Install dependencies via
npm install
. - Start a server for
src/examples
viagulp serve
. - Write code and add
examples/
. - Build the project via
gulp
. - Make sure your code is lint-error free.
- Make sure the project installs via
npm install -g .
- Open a pull request.
In lieu of a formal styleguide, take care to maintain the existing coding style. Lint your code using gulp with eslint (you may suggest .eslintrc
changes).
Also we use Babel configured with stage: 0
, meaning you can use all the (maybe) coming goodness.