Skip to content

Latest commit

 

History

History

README.md

Docs of Screamer

The web site is created using the Jekyll Theme Just the Docs.

Local Development

For local development, follow the Jekyll installation instructions. Installing the latest version of ruby followed by gem install bundler should be enough.

Afterwards, run

bundle install
jekyll serve --livereload

and go to http://localhost:4000/ in your browser.

On Windows, using a dockerized environment is recommended:

docker build . -t screamer-jekyll
docker run -p 4000:4000 -it --rm screamer-jekyll jekyll serve -H 0.0.0.0 -t