https://github.com/aburd/hac-hackathon-demo
https://github.com/aburd/hac-hackathon-demo
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aburd/hac-hackathon-demo
- Owner: aburd
- Created: 2020-08-06T04:55:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T13:36:02.000Z (almost 6 years ago)
- Last Synced: 2025-06-28T12:46:48.344Z (about 1 year ago)
- Language: TypeScript
- Size: 416 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Description
A small Todo App made for the [Hack Against Covid](https://hac.codezoned.com/) hackathon.
## Installation
You'll have to add your own Firebase project for this to correctly install.
1. Create a firebase project
2. Clone this repo
3. cd into the project
4. `mv .env-example .env`
5. Fill in the .env file with your own credentials from your firebase project
6. `firebase login`
7. `firebase init`
6. Add firebase hosting
7. When it asks for "public directory", type "build", as that is what create-react-app will build to
## Usage
To deploy to the web
1. `yarn build`
2. `firebase deploy`
Run locally
1. `yarn start`
Happy hacking