Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.14 KB

File metadata and controls

31 lines (18 loc) · 1.14 KB

Contributing to punchtime.io

Thanks for your interest in helping with the development of the web client of 👊⏰!

This document is here, so you can get some clarity in how it is structured.

Does something not work like you want it?

First search in the issues if it isn't already reported. Then add your issue with details of what the expected behaviour would be, and what the behaviour is now.

Do you want to add some code yourself?

Local development of the web client is done with scss, pug(jade), gulp and browser-sync. To get a correct build, you should run:

npm install
gulp

or if you want to have a local server: gulp watch.

Please add a meaningful commit message and a clear explanation in your pull requests.

Licensing

All code in the repositories is licensed under the MIT license, this basically means that you can take any part of the code and do with it what you want.

Other repositories