GitXplorerGitXplorer
M

barSim7707

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
7d25740b039d8361d9b428fcd2de2a5b2dd37c66

Merge pull request #2 from MrRacoon/feature/dadsRequests

MMrRacoon committed 4 years ago
Unverified
2b9e3fd1382abd39c042105c94b5f65e364d97a8

add result/ to the gitignore

MMrRacoon committed 7 years ago
Unverified
8e9515f7b41e95f393aabf722a0d7c400939314a

add nix files

MMrRacoon committed 7 years ago
Unverified
2db2dec1042c779af2ef3b0267e7d155da94a757

add lazyness to view functions

MMrRacoon committed 7 years ago
Unverified
ebe93a76f21cfdd5f061f164614ca7829a70d8a3

add curveball

MMrRacoon committed 7 years ago
Unverified
f0fd81604e878919317a297897f2161b97ce0ffa

set the wait time back to 1 minute

MMrRacoon committed 7 years ago

README

The README file for this repository.

BarSim

A fake keno game for a bar in my family's basement.

Try it out

To build the app, clone the repo and use the Makefile like so:

# To Build the app as an index.html
$ make build

# Open the app in a browser
$ xdg-open dist/index.html # Linux
$ open dist/index.html     # Mac

# To Clean up after yourself
$ make clean

# To dev around, use reactor
$ make reactor