The source code of 14habits.com
In order to run it locally you'll need to fetch some dependencies and run a local server.
-
Install dependencies:
$ npm install
-
To run locally:
$ npm run dev
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT License © Zeno Rocha