- Documentation about standard build & development flows using Visual Studio Code can be found in the vscode development guide
- A guide to debugging Barton can be found in the debugging guide
- A guide to integrating Barton to new projects can be found in the using Barton guide
- Documentation about coding style is documented in the style guide
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.
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.
Frequently asked questions can be found in the FAQ.