Skip to content

Developer Guide

Mayeenul Islam edited this page Mar 25, 2018 · 5 revisions

For a quick overview you can consult the Contribution Guide

this page is under construction and soon will be available in all details (inshALLAH)

Commitizen friendly

01. Get the project development-ready

Contributing code to the project need git installed in your system, so that you can clone the repository.

Just the open up the console (or git bash) and run the following command to clone the repository:

git clone https://github.com/nanodesigns/nanosupport.git nanosupport && cd nanosupport

This will take you to the newly cloned directory nanosupport.

Now you need two tools to make the rest ready:

  • npm, and
  • grunt

01a. Installing npm

01b. Installing grunt

02. Start Developing

Hooks