16 lines
408 B
Markdown
16 lines
408 B
Markdown
# soleprint
|
|
|
|
Development workflow platform. Wraps existing applications with tools, testing, and documentation — without touching source code.
|
|
|
|
*Cada paso deja huella.*
|
|
|
|
---
|
|
|
|
## Docs
|
|
|
|
```bash
|
|
cd docs && python -m http.server 8080
|
|
```
|
|
|
|
Visit `http://localhost:8080`. Start with [Concepts](docs/data/en/concepts.md) for the mental model, then [Quickstart](docs/data/en/quickstart.md) to run your first room.
|