ataki / raha.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Develop locally

  1. For Mac users, use homebrew to install yarn.
  2. Copy your public firebase config into src/data/firebase.config.json (if you don't need write permission, can run cp src/data/firebase.prod.json src/data/firebase.config.json to connect to public endpoint).
  3. Run yarn start.
  4. Look at package.json scripts section for the other commands you can run, e.g. yarn build.
  5. Get familiar with Firebase, React, and Typescript. Take a look at the Create React App Guide - VS Code Debugging is nice.
  6. Look at App.tsx for all of the main logic and assign yourself an issue!

About


Languages

Language:TypeScript 89.5%Language:HTML 6.9%Language:CSS 3.7%