Created by {{whoami}}.
https://{{app_id}}.appspot.com
This is {{app_id}}. It is an absolutely nice project doing something, and is written using the ViUR framework.
The following steps are necessary to setup this project appropriately.
- Create a new Google Cloud project named
{{app_id}}
at https://console.cloud.google.com/projectcreate - Run
./viur-gcloud-setup.sh {{app_id}}
- Once, run
pipenv install --dev
to install a local development environment
After that, you always can locally fire-up your new ViUR project with pipenv run viur run
.
To deploy your project, use pipenv run viur deploy app
, with additional options.
Contact @{{whoami}} for help and support.