Developer Setup
MoLOS is built for extensibility. If you're a developer, you'll love the clean architecture.
The Tech Stack
| Component | Technology | Role |
|---|---|---|
| Frontend/API | SvelteKit | Full-stack framework for UI and REST/tRPC endpoints. |
| Database | SQLite | Lightweight, reliable, and easy to back up. |
| ORM | Drizzle | Type-safe database operations. |
| Styling | Tailwind CSS | Utility-first styling for a clean, modern UI. |
Local Development
- Clone:
git clone https://github.com/MoLOS-App/MoLOS.git - Install:
npm install - 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.