Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 961 Bytes

CONTRIBUTE.md

File metadata and controls

24 lines (14 loc) · 961 Bytes

We are currently few developers actively contributing to the project. Feel free to reach out to us for any help.

The technology stack used in this framework is described below.

Bare Essentials

Git - You guessed it right, we use git for our code versioning following the git branching model suggested by Vincent.

CoffeeScript - For cleaner code, we have adopted CoffeeScript. Please use the below resources to familiarise yourselves.

Jade - For HTML, we use jade templating engine.

AngularJS - JavaScript framework that we employ. Very elegant. Official website has the best documentation.

WebPack - module bundler.

Optional

D3 - Data driven charts