Collective is an application for households to share their shopping list and recipes in real-time.
First time setup:
- First time setup only - install the google cloud SDK and initialise the environment by running
gcloud init
, selecting the relevant appengine project - Create a production build by running
npm run build
- Run
gcloud app deploy --version MAJOR-MINOR-PATCH