Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 434 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 434 Bytes

Super odometry website

Build with Docker

Assuming you have Docker installed, pull the following image:

$ docker pull jekyll/jekyll:latest

Run a container:

$ docker-compose up

View the site here: http://0.0.0.0:4000

Running locally

  • Clone repo
  • Install Jekyll
  • bundle install
  • bundle exec jekyll serve

Deploy to production

  • Push to master