Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 567 Bytes

File metadata and controls

39 lines (30 loc) · 567 Bytes

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