Skip to content

OpenIndexMaps/openindexmaps.github.io

Repository files navigation

openindexmaps.github.io

This is the website for OpenIndexMaps.org

Installation

Requires both Ruby (to run Jekyll) and JavaScript / NPM to compile JavaScript

Building JavaScript

Install JavaScript dependencies

$ npm install

Building JavaScript

$ npx webpack

Continously watch and build

$ npx webpack --watch

Building Jekyll site

Install Jekyll and Ruby dependencies

$ bundle install

Running Jekyll

$ bundle exec jekyll serve

Build process on Netlify

npm i; npx webpack; jekyll build