Published at blog.enketo.org
- either Docker or Ruby
Either:
./build.sh
if you have Ruby installed./build_docker.sh
if 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 --watch
jekyll build --watch
- in other terminal serve the folder, e.g.:
npx serve _site/
if you have NodeJS
Netlify will automatically deploy from master
branch.