Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 567 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 567 Bytes

Group Turnips

This project allows players of Animal Crossing: New Horizon to predict how the turnip stalk market will behave. The great value of this project is easily comparing multiple islands side-by-side.

image

Running locally

Prerequisites

Have a recent version of Node availble along with yarn

  1. Create a Firebase project with Firestore enabled
  2. Clone the repo
  3. Copy src/api/firebaseConfig.example.ts to src/api/firebaseConfig.ts and populate it with your Firebase info
  4. Run yarn install, then yarn start