Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 522 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 522 Bytes

bokehplots.com

Source code for bokeh landing site.

Getting setup

$ conda env create $ source activate bokehplots_com $ npm install

Running locally

$ ./node_modules/grunt-cli/bin/grunt serve

Grunt is then watching for changes.

Edit the scss files not the css.

To deploy

Requires s3cmd (http://s3tools.org/s3cmd-howto) to be installed and in a conda-env called s3cmd.

$ ./node_modules/grunt-cli/bin/grunt deploy $ source activate s3cmd $ s3cmd put -r --force output/* s3://bokehplots.com