blob: 00b33f9b72706fe3d687054032ec56ef803f6822 (
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 ./deploy
```
|