Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 381 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 381 Bytes

How to Make Site Changes

Development mode

$ docker-compose \
  -f docker-compose.yml \
  -f docker-compose-dev.yml up

And point your browser to localhost:4567

Test mode

To test a "build" of the website, run:

$ docker-compose \
  -f docker-compose.yml up

And then point your browser to localhost:8080

Deploying

Just pushing should be sufficient.