README.md

<img src="./assets/logo.svg" />

[![Package Version](https://img.shields.io/hexpm/v/gleam_web)](https://hex.pm/packages/bliss)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/bliss/)

An experiment on making a micro web framework for Gleam.

## API Docs

https://hexdocs.pm/bliss/

## Example

See example application at src/example

## Installation

If available on Hex this package can be added to your Gleam project:

```sh
gleam add bliss
```

and its documentation can be found at <https://hexdocs.pm/bliss>.