Skip to main content

Developer Setup

MoLOS is built for extensibility. If you're a developer, you'll love the clean architecture.

The Tech Stack

ComponentTechnologyRole
Frontend/APISvelteKitFull-stack framework for UI and REST/tRPC endpoints.
DatabaseSQLiteLightweight, reliable, and easy to back up.
ORMDrizzleType-safe database operations.
StylingTailwind CSSUtility-first styling for a clean, modern UI.

Local Development

  1. Clone: git clone https://github.com/MoLOS-App/MoLOS.git
  2. Install: npm install
  3. Dev: npm run dev

Contributing

We love contributors! Whether you're fixing a bug, adding a module, or improving documentation, your help is welcome. Check out our Module Development Guide to see how we build things.