Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 322 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (6 loc) · 322 Bytes

Contributing

MangoDB development is done on the host running Linux or macOS, with everything else running inside Docker Compose.

  1. Start the development environment with make env-up.
  2. Run tests in the other window with make test.
  3. See all available targets with make help.
  4. Start MangoDB with make run.