Files
Work/README.md
2026-06-13 08:26:30 +01:00

33 lines
583 B
Markdown

# Moku Base
Empty scaffold for a Monday-style replacement app.
## Structure
- `Backend/` - blank backend placeholder
- `Commands/` - Just submodules and command entrypoints
- `Docker/` - local compose files
- `Env/` - local environment files
- `Frontend/` - SolidStart bare workspace shell
- `Proxy/` - blank proxy placeholder
## Local usage
```bash
just --list --list-submodules
```
Main local flow:
```bash
just local dev
```
## License
This project is licensed under the PolyForm Noncommercial License 1.0.0.
Commercial use is not permitted.
See `LICENSE` for details.