Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
talyaron authored Sep 11, 2020
1 parent a11b23b commit 54dd9ed
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ To get your project's setting, go to the project settings->general, go to the se
module.exports = configKey;
```


Clone Delib into your local repositiory

## installing depndancins
At the root directory run `npm i`.
At the "functions" directory run `npm i`

## Login to firbase
`firebase login`
## running
In the root directory run `npm run dev` and in another terminal run `firebase serve`.
you will be able to see the app running on localhost:5000

0 comments on commit 54dd9ed

Please sign in to comment.