Published at blog.enketo.org
- either Docker or Ruby
Either:
./build.shif you have Ruby installed./build_docker.shif you have Docker installed
- Build once.
- in one terminal watch jekyll, either:
docker run --rm --volume="$PWD:/srv/jekyll:Z" -it jekyll/builder:latest jekyll build --watchjekyll build --watch
- in other terminal serve the folder, e.g.:
npx serve _site/if you have NodeJS
Netlify will automatically deploy from master branch.