This repo contains the source code for atoum website, atoum.org.
- Clone this repository
- Use one of the following method
- Then use your favorite browser to preview it
Install dependencies (assuming you have a working bundler installation).
bundle install
bundle exec jekyll serve --watch
docker run -i -t -v $PWD:/srv/jekyll -p 4000:4000 jekyll/jekyll:pages jekyll serve --watch
docker-compose up
cd scripts
make release