Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 555 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 555 Bytes

TA For Dummies

Charts and Tools for doing Technical Analysis on Stocks.

Flotcharts is used for presentation together with twitter bootstrap and knockoutjs + more.

Take a look at the demo at http://andidev.github.io/tafordummies

Development

###Requirements

  • Node.js

###Getting started

Install the node packages

npm install

Install the bower dependencies

bower install

Run it with grunt

grunt serve

Building and pushing commits to github and deploying demo to gh pages

grunt deploy