README.md
# glucose
[![Package Version](https://img.shields.io/hexpm/v/glucose)](https://hex.pm/packages/glucose)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/glucose/)
*The Sweet way to use the DOM*
## Quick start
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```
## Installation
```sh
gleam add glucose
```
Documentation can be found at <https://hexdocs.pm/glucose>.