a webbased visualization of schoolbooks for the Georg-Eckert-Institut
jspm
npm install jspm -g
npm install jspm-server -g
node version
nvm use v6.9.1
cd microsite
jspm install
jspm-server
cd microsite
jspm bundle-sfx index
for build.js standalone- upload content of microsite to server -- without jspm_packages, node_modules, sass, config.js/rb, index.js, package.json, index.html -- rename deploy.html to index.html
put export let __hotReload = true
in the js to enable hot reloading
cd scripts
npm i
node crawler.js
node masseur.js
this will generate a new ../data/data.csv which you have to copy into microsite/data