- Fork a repository for yourself with the github "Fork" button.
- Clone your repository to your local machine.
- Start a local AppEngine server with
dev_appserver.py go/ordev_appserver.py python/(depending on whether you're using Go or Python). - Add functionality and test your App by viewing the local instance at http://localhost:8080
- Deploy your app to AppEngine with
gcloud app deploy go/orgcloud app deploy python/- Note: the first time you do this, you'll have to first set up an AppEngine project via Google Cloud Console.
git add .andgit commitandgit pushto upload your changes to your GitHub repository.- Send email to the STEP mailing list to show everyone your awesome App!
Feel free to repeat steps 3-7 as much as you like!