Skip to content
Snippets Groups Projects
README.md 258 B
Newer Older
Bo's avatar
Bo committed
# Chaotikum Website

Wiki: https://wiki.chaotikum.org/projekte:chaotikumwebsite

## Build

Install depencies:

	gem install bundler
	bundle install

Build:

	bundle exec jekyll build

Or launch a webserver with consecutive builds:

	bundle exec jekyll serve