14habits.com

The source code of 14habits.com

Stars
47
Committers
2

14 Habits of Highly Productive Developers

The source code of 14habits.com

Development

In order to run it locally you'll need to fetch some dependencies and run a local server.

  1. Install dependencies:

    $ npm install
    
  2. To run locally:

    $ npm run dev
    

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT License © Zeno Rocha