Add Finnish cases and syntax cheatsheet

This commit is contained in:
2026-04-04 09:06:58 +03:00
parent 050080cf3c
commit b6fec4823e
3 changed files with 194 additions and 28 deletions
+5 -9
View File
@@ -6,19 +6,15 @@ Tampiorama provides working, annotated examples and documentation to help you ex
## Quickstart (Docker)
The easiest way to try Tampio, no manual `libvoikko` setup required:
The easiest way to try Tampio, no manual `libvoikko` setup required.
Compile all examples to HTML (the `.html` files are not committed — they're generated from the `.itp` sources):
```sh
docker compose run --rm tampio
make
```
This drops you into a shell with `tampio` available. Compile an example to HTML:
```sh
tampio -i -p examples/basics/hello.itp > examples/basics/hello.html
```
Then serve it locally and open it in your browser:
Then serve locally and open in your browser:
```sh
python3 -m http.server 9994 --directory examples/basics