Simulation of the St Petersburg board game
Visualization written in Angular 1
Install dependencies
yarn install
To build:
Build CSS from sass
yarn build:sass
To run, just serve using a simple HTTP server. For example:
npm install -g http-server
http-server
- navigate to root of resulting server