Start

Run the code, inspect the modules, and work from the actual system.

The project is organized as source-first Layer 8 infrastructure. Start locally, inspect the app shell, and then move into the domain services that matter for your use case.

# clone the repository git clone https://github.com/saichler/l8erp.git # move into the project cd l8erp/go/erp/ui/web # serve the web app or wire it into your runtime ./setup-l8ui-submodule.sh
1

Review the app shell

Open `app.html`, shared theme files, and module configs to see how the common desktop surface is assembled.

2

Inspect domain modules

Move into finance, HCM, SCM, manufacturing, projects, BI, and documents to understand service boundaries and UI coverage.

3

Adapt the deployment

Wire the ERP services into your Layer 8 runtime, storage, auth, and deployment model instead of treating the project as a static demo.