+1
-22
README.md
+1
-22
README.md
···
1
1
# clover
2
2
3
-
[](https://hex.pm/packages/clover)
4
-
[](https://hexdocs.pm/clover/)
5
-
6
-
```sh
7
-
gleam add clover@1
8
-
```
9
-
```gleam
10
-
import clover
11
-
12
-
pub fn main() -> Nil {
13
-
// TODO: An example of the project in use
14
-
}
15
-
```
16
-
17
-
Further documentation can be found at <https://hexdocs.pm/clover>.
18
-
19
-
## Development
20
-
21
-
```sh
22
-
gleam run # Run the project
23
-
gleam test # Run the tests
24
-
```
3
+
Clover is a web-based stream overlay manager, created because I got fed up while running streams for my university's fighting game society.