This is the website for OpenIndexMaps.org
Requires both Ruby (to run Jekyll) and JavaScript / NPM to compile JavaScript
Install JavaScript dependencies
$ npm install
Building JavaScript
$ npx webpack
Continously watch and build
$ npx webpack --watch
Install Jekyll and Ruby dependencies
$ bundle install
Running Jekyll
$ bundle exec jekyll serve
npm i; npx webpack; jekyll build