Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 284 Bytes

readme.md

File metadata and controls

12 lines (8 loc) · 284 Bytes

timgthomas.com

Development

This site is built on Docker. To run the app locally, install Docker, then build and start the container:

$ docker-compose build
$ docker-compose up

The app will be available at http://localhost:4000.