Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/exenon/zen

An experimental framework to build web applications, extending TEA to the server
https://github.com/exenon/zen

Last synced: about 21 hours ago
JSON representation

An experimental framework to build web applications, extending TEA to the server

Awesome Lists containing this project

README

        

# zen

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

```sh
gleam add zen@1
```
```gleam
import zen

pub fn main() {
// TODO: An example of the project in use
}
```

Further documentation can be found at .

## Development

```sh
gleam run # Run the project
gleam test # Run the tests
```