Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.5 KB

File metadata and controls

38 lines (24 loc) · 1.5 KB

Documentation

Building and Developing Barton

Using Barton in Your Project Guide

Style Guide

Third Party Tools

Docker

Some tools and utilities are dependent on third party tools, such as Docker.

Docker is an excellent way to have stable build environments that don't pollute the host OS. It is also much easier to maintain stability across multiple host environments. Install stable version of Docker Desktop relevant to your native OS (macOS or Windows). Once installed, you can run docker commands from the shell/terminal.

Visual Studio Code

The recommended (and only supported) IDE for Barton is Visual Studio Code. When combined with a Docker backed devcontainer, new developers have the highest chance of successful working with Barton in the shortest amount of time. Take a look at the vscode development guide for more information.

FAQs

Frequently asked questions can be found in the FAQ.