aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: f1d9c26739b66f8b9b29038561b8a0d9c908ace6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Tabata timer

Available at [https://guyonvarch.gitlab.io/tabata-timer](https://guyonvarch.gitlab.io/tabata-timer).

## Gettings started

Start the environment with:

```bash
./dev start
```

Later, stop the environment with:

```bash
./dev stop
```

## Deploy

```bash
nix-shell --run ./deploy
```

## Bucklescript links

- [Documentation](https://bucklescript.github.io/docs/en/interop-overview)
- [Ocaml std API](https://caml.inria.fr/pub/docs/manual-ocaml-4.02/stdlib.html)
- [Libraries](https://bucklescript.github.io/bucklescript/api/index.html)