This repository follows structure defined by ADR-102.
<root>
├───.github
├───docs
├───source
├───.gitignore
├───.editorconfig
├───.gitignore
├───README.md
└───wordlist.txt
Contains:
.gitignore
file that defines which files should be ignored (not checked in) by Git..editorconfig
file that defines coding styles for different editors and IDEs.README.md
file that gives an introduction to this repository.wordlist.txt
file used for markdown spell checking.
Contains notes and documentation stored in *.md
files.
Contains source code.
Prerequisites: Docker Desktop and VSCode
- Open VSCode
- Install extension "Dev Containers"
- Press F1, find and select "Dev Containers: Rebuild and Reopen in Container"
- Select the container you want to build, e.g. "capacity-settlement"
- *If the build fails try removing the folder
.uv_cache
in the repo root folder
- *If the build fails try removing the folder
- To switch between containers press F1 and select "Dev Containers: Switch Container"
- Open the "Testing" panel to the left to discover and run tests