Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 639 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 639 Bytes

msof_api

Build Status Built with

Prerequisites

> pip install pre-commit
> pre-commit install

Local Development

Start the dev server for local development:

> docker-compose up -d

Run a command inside the docker container:

> docker-compose run --rm web [command]