Contribution

How to contribute

  • Fork it.
  • Create your feauture branch.
  • Commit your changes.
  • Push to the branch.
  • Create new Pull-request.

How to build Elegans

Before building Elegans, you need to install node.js and npm.

sudo apt-get install node

After installing, Pull repository from GitHub.

git pull https://github.com/domitry/elegans.git

Then, run commands below.

cd elegans
npm install
grunt release