peach-workspace/peach-web/rouille_refactor

20 lines
340 B
Plaintext

go slow and steady.
optimise for few dependencies and short compilation times.
we do not need to be super fast or feature-rich.
[ architecture ]
- use the one-file-per-route patten
[ tasks ]
- write the nav and base templates
- get the homepage loading properly
- route handler
- template
- file loading (static assets)