This is the website for OpenIndexMaps.org
Requires both Ruby (to run Jekyll) and JavaScript / NPM to compile JavaScript
Install JavaScript dependencies
$ npm installBuilding JavaScript
$ npx webpackContinously watch and build
$ npx webpack --watchInstall Jekyll and Ruby dependencies
$ bundle installRunning Jekyll
$ bundle exec jekyll servenpm i; npx webpack; jekyll build