···11-# Action!
22-33-A Gleam web application.
11+# Wisp
4255-## TODO
33+[](https://hex.pm/packages/wisp)
44+[](https://hexdocs.pm/wisp/)
6577-- Read database file location from environment.
88-- Store answer from form in database.
99- - TODO: And also write tests!
1010-- Send you to the next question.
1111-- Eventual "thank you!" page.
1212-- HTML layouts.
1313-- Basic styling.
66+A Gleam project 🧚
···11-# action
22-33-[](https://hex.pm/packages/action)
44-[](https://hexdocs.pm/action/)
55-66-A Gleam project
77-88-## Quick start
99-1010-```sh
1111-gleam run # Run the project
1212-gleam test # Run the tests
1313-gleam shell # Run an Erlang shell
1414-```
1515-1616-## Installation
1717-1818-If available on Hex this package can be added to your Gleam project:
1919-2020-```sh
2121-gleam add action
2222-```
2323-2424-and its documentation can be found at <https://hexdocs.pm/action>.
···11-# framework
22-33-[](https://hex.pm/packages/framework)
44-[](https://hexdocs.pm/framework/)
55-66-A Gleam project
77-88-## Quick start
99-1010-```sh
1111-gleam run # Run the project
1212-gleam test # Run the tests
1313-gleam shell # Run an Erlang shell
1414-```
1515-1616-## Installation
1717-1818-If available on Hex this package can be added to your Gleam project:
1919-2020-```sh
2121-gleam add framework
2222-```
2323-2424-and its documentation can be found at <https://hexdocs.pm/framework>.
···11-# htmb
22-33-[](https://hex.pm/packages/htmb)
44-[](https://hexdocs.pm/htmb/)
55-66-A Gleam project
77-88-## Quick start
99-1010-```sh
1111-gleam run # Run the project
1212-gleam test # Run the tests
1313-gleam shell # Run an Erlang shell
1414-```
1515-1616-## Installation
1717-1818-If available on Hex this package can be added to your Gleam project:
1919-2020-```sh
2121-gleam add htmb
2222-```
2323-2424-and its documentation can be found at <https://hexdocs.pm/htmb>.
-16
htmb/gleam.toml
···11-name = "htmb"
22-version = "0.1.0"
33-description = "A tiny HTML builder for Gleam"
44-55-# Fill out these fields if you intend to generate HTML documentation or publish
66-# your project to the Hex package manager.
77-#
88-# licences = ["Apache-2.0"]
99-# repository = { type = "github", user = "username", repo = "project" }
1010-# links = [{ title = "Website", href = "https://gleam.run" }]
1111-1212-[dependencies]
1313-gleam_stdlib = "~> 0.29"
1414-1515-[dev-dependencies]
1616-gleeunit = "~> 0.10"
-11
htmb/manifest.toml
···11-# This file was generated by Gleam
22-# You typically do not need to edit this file
33-44-packages = [
55- { name = "gleam_stdlib", version = "0.29.2", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "B296BF9B8AA384A6B64CD49F333016A9DCA6AC73A95400D17F2271E072EFF986" },
66- { name = "gleeunit", version = "0.10.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "ECEA2DE4BE6528D36AFE74F42A21CDF99966EC36D7F25DEB34D47DD0F7977BAF" },
77-]
88-99-[requirements]
1010-gleam_stdlib = { version = "~> 0.29" }
1111-gleeunit = { version = "~> 0.10" }