Skip to content

Commit

Permalink
v0.2.1-alpha
Browse files Browse the repository at this point in the history
Merge pull request #31 from develop
  • Loading branch information
syntichsizer authored May 17, 2020
2 parents 1245e32 + 9603b97 commit 4f05312
Show file tree
Hide file tree
Showing 67 changed files with 2,819 additions and 1,135 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# TVZ Mc2 app
# Hora

## How to run

Requirements:
- Install [npm](https://nodejs.org/)
- Thats it :D

Open project folder and run `npm install`. Next, to run app in your default browser type `npm start`.
- Open project folder and run `npm install`
- type `npm start`, aplication will start on port 3000 and open in your default browser

## Cloud Functions

Expand All @@ -15,4 +14,4 @@ https://firebase.google.com/docs/functions/typescript

Install global firebase tools `npm install -g firebase-tools`.

Run `firebase login` to login with your admin account. Then `npm install` to install required Cloud Functions dependencies.
Run `firebase login` to login with your admin account. Then `npm install` to install required Cloud Functions dependencies.
46 changes: 0 additions & 46 deletions examples/ModalExample/GivePage.js

This file was deleted.

89 changes: 0 additions & 89 deletions examples/ModalExample/HomePage.js

This file was deleted.

2 changes: 1 addition & 1 deletion functions/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ node_modules/

/lib
firebase-debug.log
service_account.json
service-account.json
Loading

0 comments on commit 4f05312

Please sign in to comment.