Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.09 KB

File metadata and controls

25 lines (15 loc) · 1.09 KB

Tabletop Tracker

TabletopTracker.com tracks which new board games deserve your attention among the thousands of games that are published each year.

Rankings are based on the number and quality of user ratings on BoardGameGeek.com. Data is calculated daily. Hover over the title of a chart for more details.

Tabletop Tracker was created and is maintained by Nathan T. Baker. Subscribe to the Tabletop Tracker email list to learn when new charts and features are added.

Local Development

Prerequisites

  1. Install Elm.
  2. Install Sass.

To boot up this app locally

  1. Clone this repo.
  2. In the root folder, run elm make to download dependencies.
  3. Run elm reactor.
  4. Visit http://localhost:8000/index.html.

Scripts

  • To compile Sass into CSS run sass --watch sass/style.scss:css/style.css.