README.md
# bliss
[](https://hex.pm/packages/gleam_bliss)
[](https://hexdocs.pm/gleam_bliss/)
An experiment on making a micro web framework for Gleam.
## Documentation
There is no documentation at the moment, see src/bliss.gleam
## Example
There is an example application at src/example
## Installation
If available on Hex this package can be added to your Gleam project:
```sh
gleam add gleam_bliss
```
and its documentation can be found at <https://hexdocs.pm/gleam_bliss>.