README.md

# bliss

[![Package Version](https://img.shields.io/hexpm/v/gleam_web)](https://hex.pm/packages/gleam_bliss)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](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>.