To run this tool locally:
$ pub get
$ pub serve
Navigate to https://localhost:8080
in your browser.
The server portion of this project is a very small node JS application. It is currently deployed via Google AppEngine.
All you need to perform the deploy is the Google Cloud Platform SDK:
$ cd server/
$ gcloud config set project rollout-status
$ gcloud app deploy
You'll need to modify the baseUri
in store.dart
to point to localhost instead of the deployed URI.
Then run the server like so:
$ cd server/
$ npm install
$ npm start