Skip to content

NewFrontDoor/focustas.org

Repository files navigation

focustas.org Build Status Coverage Status

Usage

Environment variables

The .env.example is an example .env file that should list all the necessary environment variables required for development. If a new variable is needed, make sure to add it to the example file.

cp .env.example .env

Local development

docker-compose runs the application in development mode along with a local mongodb instance. It watches for file changes during development

docker-compose build
docker-compose up