- index.md: 'building and shipping with Rethink Studios' -> 'building and shipping on our network' (it's the network, not the company) - workflow.md + its index card: 'how we actually work day to day' -> 'get hands on with how we dev' - deploy.md: drop the 'see the light / ready to host whatever you've built' pitch for a plain 'how a project gets onto rethink-net'; trim the now- duplicate eligibility tip Signed-off-by: disqualifier <dev@disqualifier.me>
50 lines
1.4 KiB
Markdown
50 lines
1.4 KiB
Markdown
# rethink development
|
|
|
|
The reference for building and shipping on our network: the shared libraries, the
|
|
coding standards, and how to get a project deployed.
|
|
|
|
This is a public site — it documents generic patterns and conventions. Real
|
|
infrastructure specifics (hostnames, internal IPs, exact topology, secrets) stay
|
|
out of it; examples use placeholders like `<dev>`, `<project>`, and `/srv/...`.
|
|
|
|
## Sections
|
|
|
|
<div class="grid cards" markdown>
|
|
|
|
- :material-package-variant: __[Libraries](libraries.md)__
|
|
|
|
---
|
|
|
|
The live list of the `rethink-public` library suite, pulled straight from
|
|
Gitea — each entry links to the repo, where the README and tags live.
|
|
|
|
- :material-ruler-square: __[Standards](standards.md)__
|
|
|
|
---
|
|
|
|
House coding standards — file hygiene, docstrings, type hints, linting, and
|
|
how we handle errors.
|
|
|
|
- :material-sitemap: __[Workflow](workflow.md)__
|
|
|
|
---
|
|
|
|
Get hands on with how we dev — our Gitea, git habits, and the
|
|
plan-in-chat / build-in-Claude-Code flow, plus shell setup.
|
|
|
|
- :material-language-python: __[Virtual environments](environments.md)__
|
|
|
|
---
|
|
|
|
Project-based Python isolation — local `.venv`, Makefile, or Docker — and
|
|
local version management with pyenv.
|
|
|
|
- :material-rocket-launch: __[Deploy](deploy.md)__
|
|
|
|
---
|
|
|
|
How to get a project running on **rethink-net** — containers, paths and
|
|
mounts, permissions, and secrets.
|
|
|
|
</div>
|