README.md

# tauri

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

> ### NOTICE
> I'm not able to continue maintaining this work. The hex library is being retired and
> repository archived. If someone comes along and wants to pick it back up or use the
> hex package name, reach out to me and I will be glad to transfer either/both.

> You can find me on discord @`beeauvin` or open an issue [here](https://github.com/beeauvin/beeauvin/issues)

## Getting Started

Starter project. There be dragons. Definitely interested in feedback and suggestions. 🩷

Use: `gleam add tauri`

Example app (conversion from tauri starter app) in [./example](./example)

Dev: `deno task dev`
Build: `deno task build`

## License

This project is available under the [Mozilla Public License 2.0](https://mozilla.org/MPL/2.0/).

A copy of the MPLv2 is included in the [license.md](/license.md) file for convenience.