manifold/market-simulator/README.md
2021-11-30 14:22:19 -08:00

1.2 KiB

Austin's Starter Project Template

Usage

  1. Clone this repository
  2. yarn
  3. yarn dev to start development
  4. Setup Firebase

Setting up Firebase

  1. Go to https://console.firebase.google.com/ and create a new project

  2. Go to Project Settings and add Firebase to your web app a. Copy firebaseConfig to src/network/init.ts

  3. Create a Firestore Database a. Create a new collection called users b. Set up the security rules (see src/network/example-rules.txt)

  4. Enable Authetication & Google auth

Built on top of

TODOs: