Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 196 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 196 Bytes

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