Add Finnish cases and syntax cheatsheet
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user