···233233234234## See it in action
235235236236-There is a demo wisp app showing a few interactive examples of how `formz` works
237237-[in the repo]().
236236+There is a [demo wisp app](https://github.com/bentomas/formz/tree/main/formz_demo)
237237+showing a few interactive examples of how `formz` works in the repo.
+5-18
formz_demo/README.md
···11# formz_demo
2233-[](https://hex.pm/packages/formz_demo)
44-[](https://hexdocs.pm/formz_demo/)
33+A few interactive examples of how `formz` works. If I'm missing something
44+useful, please open an issue or PR!
5566```sh
77-gleam add formz_demo@1
88-```
99-```gleam
1010-import formz_demo
77+cd formz_demo
1181212-pub fn main() {
1313- // TODO: An example of the project in use
1414-}
1515-```
1616-1717-Further documentation can be found at <https://hexdocs.pm/formz_demo>.
1818-1919-## Development
2020-2121-```sh
2222-gleam run # Run the project
2323-gleam test # Run the tests
99+# !! this must be run from the formz_demo directory !!
1010+gleam run
2411```