Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 902 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 902 Bytes

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