blob: d12e2574be0b301d80031086ba1f11ff5ccc9fc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Timer - [Try It!](http://guyonvarch.gitlab.io/timer)
## Getting started
Install [nix](https://nixos.org/), then:
```
nix-shell --run "bin/dev-server"
```
## Deploy
```bash
nix-shell --run bin/deploy
```
|