Getting Started - CDCgov/prime-simplereport GitHub Wiki

Intro

New to SimpleReport? (Welcome to the team! 😸 🎉)

This page guides you through the most useful wiki pages for getting started on your first commits to the project.

Developing Locally

There are two different ways to run the app for local development

  1. Docker and Docker Compose
  2. Bare metal (outside of Docker)

To help determine which setup may be for you:

  • DevOps engineers prefer the "Docker" option
  • Developers working on features use the "Bare metal" option

Useful pages