Overview
Quick Setup
Prerequisites
Get Started
git clone git@github.com:halcyonic-systems/bert.git
cd bert
npm install
cargo tauri devProject Structure
bert/
├── src/ # Main source code
│ ├── bevy_app/ # System model and visualization (Bevy)
│ ├── leptos_app/ # User interface components (Leptos)
│ └── main.rs # Application entry point
├── src-tauri/ # Tauri desktop integration
├── assets/ # Static assets (icons, fonts)
└── docs/ # Technical documentationKey Modules
Common Development Tasks
Add New Property to System Elements
Change System Element Appearance
Modify Connection Rendering
Development Standards
Development Workflows
Learning Path
Essential Resources
First Contribution
Last updated