Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 685 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 685 Bytes

coclear-cdp

An interactive radial stacked bar chart depicting cdp product data

Development

# update cached cached data
npm run update-data

# each of these will need to be ran in a separate console.
# TODO: make this easier.
npm run serve
npm run livereload
npm run sass

Deployment

We're using static encryption before launch: https://github.com/robinmoisson/staticrypt

# need to install global, not listed in project dependencies.
staticrypt index-clear.html passwordHere
rm index.html
cp index-clear_encrypted.html index.html

Errata

To Bundle or not to Bundle, that is the question.

Unbundled: 21 requests, 426KB trasferred , finish: 760-820ms