Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 728 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 728 Bytes

Publish

Getting Started

  1. cp -n docker-compose.override{.example,}.yml
  2. docker-compose build --pull

Development

  1. docker-compose up
  2. Navigate to localhost:3000

Production

Commits to the main branch with be automatically deployed to the gh-pages branch.

Production image can be built manually by running: docker-compose -f docker-compose.yml build.