M README.md => README.md +9 -2
@@ 1,5 1,12 @@
# biologist-web
+Provides an Angular interface to a [biologist](https://git.sr.ht/~hokiegeek.net/biologist) server allowing the user to create instances of [Conway's Game of Life](http://www.conwaylife.com/wiki/Conway%27s_Game_of_Life) for analysis.
-![Stable life](stable-life.gif)
+![Stable life](https://git.sr.ht/~hokiegeek/biologist-web/blob/master/stable-life.gif)
-Provides an Angular interface to a [biologist](https://gitlab.com/pond-life/biologist) server allowing the user to create instances of [Conway's Game of Life](http://www.conwaylife.com/wiki/Conway%27s_Game_of_Life) for analysis.
+## Live demo
+[life.hokiegeek.net](//life.hokiegeek.net)
+
+## To run locally
+Issue the command: `docker run -p 8080:8080 hokiegeek/biologist-web`
+
+Point your browser to: `http://localhost:8080` and click 'Study Life'
M package.json => package.json +1 -1
@@ 1,6 1,6 @@
{
"name": "biologist-web",
- "version": "3.0.4",
+ "version": "3.0.5",
"license": "MIT",
"scripts": {
"ng": "ng",