diff options
author | Joris | 2022-07-05 21:41:33 +0200 |
---|---|---|
committer | Joris | 2022-07-05 21:41:33 +0200 |
commit | c1da6627de672b8c1000d0cd45fd267ab8e0ca55 (patch) | |
tree | 5ae92084bebc05a64aa4b44df32ec514c02cb246 /README.md | |
parent | 9f708ead7a10763c0201cbc29382fefc6822e23a (diff) |
Migrate away from gitlab
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -7,18 +7,8 @@ with JavaScript. See [the wikipedia page](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) to get more information about game of life. -## Live - -[https://guyonvarch.gitlab.io/game-of-life](https://guyonvarch.gitlab.io/game-of-life) - ## Getting started ```bash nix-shell --run ./watch ``` - -## Deploy - -```bash -nix-shell --run ./deploy -``` |