Skip to content

awead/awead.github.io

Repository files navigation

Github Pages

Uses docker for the dev work

docker build -t awead.github.io .

Then run it locally:

docker run -v $(pwd):/app -w /app -p 4000:4000 -ti awead.github.io