This is the code behind YouCode, a plateform to find talks and tutorials for developers
The whole project is powered by Go and App Engine, so you need Go, a working workspace and Google App Engine SDK for Go. To test, run on the root directory:
cd backend
goapp get github.com/GoogleCloudPlatform/go-endpoints/endpoints
cd ../
goapp serve dispatch.yaml backend/app.yaml frontend/app.yaml
We are using Bower to handle Polymer's dependencies. So you need to run
cd frontend/static
bower install