ScottLogic/BitFlux

Name: BitFlux

Owner: Scott Logic Ltd

Description: A cross-platform financial charting application to showcase the functionality of d3fc components.

Created: 2015-07-14 08:47:46.0

Updated: 2017-12-29 01:58:14.0

Pushed: 2017-01-05 22:22:07.0

Homepage: http://scottlogic.github.io/BitFlux/

Size: 2283

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

BitFlux

A cross-platform financial charting application to showcase the functionality of d3fc components.

Visit the website to view the application.

| Version | Build status | View | |—————————————————————————|————————————————————————————————————————–|———————————————————————————————-| | Latest release (Master) | Build Status | http://scottlogic.github.io/BitFlux/master/ | | Development | Build Status | http://scottlogic.github.io/BitFlux/develop/ |

Developing

npm, the package manager for Node.js, is used to manage the project's dependencies. Grunt, a JavaScript task runner, is used to test and build the project.

Initial Setup
install -g grunt-cli
install
t
Running
Local server

To run on local server, run the grunt task:

t serve

The project is then accessible at http://localhost:PORTNUMBER

GitHub Pages

For this option to be available, you should have forked the ScottLogic/BitFlux repository to your GitHub account.

To run on GitHub Pages, run the grunt command:

t deploy

The project is then accessible at the obvious address (USERNAME.github.io/REPO-NAME).

Development

To run a development build on a local server, run the grunt task:

t dev

The project is then accessible at http://localhost:PORTNUMBER

This will also start a watch task on the repository, and cause grunt to rebuild and reload the project once any file is changed.

Testing

To run the unit tests, run the grunt command:

t test

To generate a code coverage report, run

t test:coverage
License

This project is licensed under the MIT License.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.