Skip to content

devmiro/14habits.com

 
 

Repository files navigation

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

About

The source code of 14habits.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.0%
  • CSS 2.0%