manifold/market-simulator
2021-11-30 22:58:45 -08:00
..
.vscode Initialize market simulator from Vue template 2021-11-30 14:22:19 -08:00
public Initialize market simulator from Vue template 2021-11-30 14:22:19 -08:00
src Include percent returns 2021-11-30 18:41:46 -08:00
.gitattributes Initialize market simulator from Vue template 2021-11-30 14:22:19 -08:00
.gitignore Initialize market simulator from Vue template 2021-11-30 14:22:19 -08:00
.prettierrc Initialize market simulator from Vue template 2021-11-30 14:22:19 -08:00
index.html Initialize market simulator from Vue template 2021-11-30 14:22:19 -08:00
package.json Remove typescript check for build command 2021-11-30 22:58:45 -08:00
README.md Initialize market simulator from Vue template 2021-11-30 14:22:19 -08:00
tsconfig.json Initialize market simulator from Vue template 2021-11-30 14:22:19 -08:00
vite.config.ts Initialize market simulator from Vue template 2021-11-30 14:22:19 -08:00
windi.config.ts Initialize market simulator from Vue template 2021-11-30 14:22:19 -08:00
yarn.lock Initialize market simulator from Vue template 2021-11-30 14:22:19 -08:00

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: