Add a screenshot of the demo and define a .gitignore

This commit is contained in:
Sebastian Nagel 2022-10-25 18:27:01 +02:00
parent bd14a6856e
commit 37d0c9be58
No known key found for this signature in database
GPG Key ID: B2BF1EFDD95012D9
3 changed files with 8 additions and 2 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Directories produced by demo
demo-logs/
tmp/
devnet/

View File

@ -8,9 +8,11 @@ It allows starting and closing a head with an arbitrary number of nodes, each wi
To run the demo enter a Nix shell and run it with `cabal`: To run the demo enter a Nix shell and run it with `cabal`:
``` ```
$ nix-shell -A shells.ghc default.nix nix-shell -A shells.ghc default.nix --option substituters "https://cache.nixos.org https://cache.iog.io https://nixcache.reflex-frp.org" --option trusted-public-keys "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= ryantrinkle.com-1:JJiAKaRv9mWgpVAz8dwewnZe0AzzEAzPkagE9SP5NWI="
$ cabal run
cabal run
``` ```
The demo can then be viewed in **Chrome**(*Chrome must be used at this time because of a limitation in JSaddle*) at `http://localhost:3003/`. The demo can then be viewed in **Chrome**(*Chrome must be used at this time because of a limitation in JSaddle*) at `http://localhost:3003/`.
![](./demo.png)

BIN
demo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB