Codebase
Navigate the Codebase using the tree view. Use the filters to highlight where various files are grouped to aid understanding.
Getting Started Commands
Project Structure
Below is a short description of the key directories of the project to aid you when understanding where key files are located.
.github/workflows/ - Contains the configuration files for GitHub Actions workflows, which automate various tasks such as continuous integration and deployment.
docs/ - Contains the documentation for the project, including the main documentation file index.md.
live-coding/ - Contains the source code for the live coding application. It includes a config/ directory for configuration files and a src/ directory for the Java source code.
mvn.wrappers/ - Contains wrapper scripts for running Maven builds without requiring Maven to be installed.
README.md - The main file describing the project and its usage.