philippjfr / bokehplots.com

Source code for bokeh landing site.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 and optipng to be installed (both are brew installable on OSX)

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

$ s3cmd put -r --force output/* s3://bokehplots.com

About

Source code for bokeh landing site.

License:Creative Commons Zero v1.0 Universal


Languages

Language:CSS 79.0%Language:HTML 15.5%Language:Python 2.9%Language:JavaScript 2.6%