This repository contains the source code for the Green Up App, a mobile app for Vermont's Green Up Day. Green Up App is an official Code for America Project. More information about the motivation and context of this project is available on the Code for BTV Website.
See the CONTRIBUTING page for details on how to contribute.
Install the expo cli
npm install expo-cli --global
Install node.js
Clone this repository
git clone https://github.com/codeforbtv/green-up-app.git
Run npm install
in the root folder. Depending on your system, you may need to run it as sudo.
Create the firebase-config.js file and make sure you have the correct configuration in there. Ask around in the #green-up Slack channel about what these are.
touch data-sources/firebase-config.js
Install the expo client on your phone
For running in an emulator, install Genymotion.
Run the project in the root folder.
npm run start
or
expo start
See the LICENSE page for details on the license.