https://github.com/studio24/cjbs-risk-studies-data-visualisation-prototype
https://github.com/studio24/cjbs-risk-studies-data-visualisation-prototype
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/studio24/cjbs-risk-studies-data-visualisation-prototype
- Owner: studio24
- License: mit
- Created: 2014-08-01T08:20:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-28T14:00:20.000Z (about 11 years ago)
- Last Synced: 2025-08-18T05:43:44.984Z (10 months ago)
- Language: JavaScript
- Size: 2.41 MB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Prototype of the Cambridge Risk Studies Data Visualisation tool. For the production version of this application please see https://github.com/studio24/CJBS-Cambridge-Risk-Framework
## Open Source license
Copyright (c) 2014 Studio 24 Ltd
Licensed under the MIT License, see LICENSE.md
## Requirements
* [SASS] (http://sass-lang.com/)
* [Node.js](http://nodejs.org/)
* [Bower](http://bower.io/)
* [Grunt](http://gruntjs.com/)
## URLs
Access the data visualisation tool via the scenario URL, the initial example is: /sybil-logic-bomb
## Build instructions
### Grunt
Grunt is used to compile and minify JS, build SASS into CSS and concatanate and minify CSS.
# This will compile all files, and should be run before starting any work, or before any deployment
grunt build
# This is the shorthand for "grunt watch", which will watch all files and run compilation tasks when certain files change
grunt watch
## Installation
### SASS
The SASS installation guide can be found here: http://sass-lang.com/install
### JavaScript packages
The starter kit uses [Bower](http://bower.io/) to load JavaScript dependencies. To install dependencies run:
bower install
This kit also uses [Grunt](http://gruntjs.com/) to automate tasks. To install Grunt modules run:
sudo npm install
This will create a new "node_modules" folder in the source directory.