README.md
# datastar
[](https://hex.pm/packages/datastar)
[](https://hexdocs.pm/datastar/)
```sh
gleam add datastar@1
```
```gleam
import datastar
pub fn main() {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hexdocs.pm/datastar>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```