Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 722 Bytes

DEVELOPMENT.md

File metadata and controls

25 lines (16 loc) · 722 Bytes

Development

This document describes the process for running the application locally.

Prerequisites

Docker and Docker Compose.

You can optionally use Træfik for ease of exposing the site. Check out Træfik & Docker.

Develop with Docker Compose

Just run:

docker compose up -d --build

Easy peasy.

If you're using Træfik, the site should be available at simple-secret-santa.mcieno.internal. Otherwise, simply run docker compose ps and find out which host port was assigned to the site service.