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.
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.