Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.27 KB

getting-started.md

File metadata and controls

40 lines (25 loc) · 1.27 KB

Getting Started

Setup

The preferred way to set up this repository for local development is to use the standardized environment provided by docker-compose. See Docker section below for more detail on how to do this. It is also possible to set things up for local development, though this is generally not recommended.

Docker

Find instructions for using Docker-compose to do local development here.

Local

  • For Mac/Linux, see here
  • For Windows, see here
    • Note: these instructions also use Docker

Development

See here for more information on setting up for development with Docker or with a local environment. Includes details on running code, linting, debugging and styling.

Common Tasks

See here for some common development tasks you made need to do as part of your work.

Testing

See more about testing here.

Deployment

See more about deployment here.