Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 400 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 400 Bytes

About

Simulation of the St Petersburg board game

Visualization written in Angular 1

Setup

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