/website-dev

Air Lab's website source

Primary LanguageHTMLMIT LicenseMIT

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