/minilappisconf

MiniLappisConf é um evento experimental realizado semanalmente no laboratório Lappis para troca de conhecimentos

Primary LanguageHTML

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