This is the ZoeCare website. It is located at http://gotozoe.org/, owned by [email protected].
Build the app by running gulp
from the ./client/ directory.
cd ./client
npm install
npm install -g gulp
gulp
https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md#getting-started
Deploy the app to GAE by running goapp
from the root directory.
goapp deploy ./app
https://developers.google.com/appengine/docs/go/tools/uploadinganapp#Go_Uploading_the_app