mundanelunacy / covidmaps

Website were people view locations where confirmed COVID19 virus cases had visited on a Google Map
https://www.covidmaps.org
Other
5 stars 0 forks source link

What are the app dependencies and what is needed to install to run server? #19

Open E3V3A opened 4 years ago

E3V3A commented 4 years ago

What are the app dependencies and what is needed to install to run server?

mundanelunacy commented 4 years ago

you'll need to start a firebase project - https://firebase.google.com I'll probably author a Medium Howto article with a clear step-by-step but in the meantime checkout the setupInstructions.pdf file

E3V3A commented 4 years ago

Look like you also need node to run this, so what npm packages do you need?

mundanelunacy commented 4 years ago

The only npm package not listed in package.json is firebase-tools which is used to set up and deploy the app on your own firebase instance. That is typically installed globally. All the other packages, you should be able to download with an npm install