atoum / atoum.github.io

Atoum website
http://atoum.github.io
2 stars 8 forks source link
atoum php test

atoum's website source code

This repo contains the source code for atoum website, atoum.org.

Build & preview locally

Using bundle

Install dependencies (assuming you have a working bundler installation).

bundle install
bundle exec jekyll serve --watch

Using docker

docker run -i -t -v $PWD:/srv/jekyll -p 4000:4000 jekyll/jekyll:pages jekyll serve --watch

Using docker-compose

docker-compose up

Create a release post

cd scripts
make release