Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 521 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 521 Bytes

lappis website

Getting Started

Docker

docker run -p 4000:4000 --rm -it $(docker build -q .)

Manual

  1. Install a full Ruby development environment
  2. Install Jekyll and bundler gems
gem install jekyll bundler
  1. Build the site and make it available on a local server
bundle exec jekyll serve
  1. Now browse to http://localhost:4000