Skip to content

boompig/st-petersburg

Repository files navigation

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