Polymer based GDG New Delhi website
Install bower dependencies
[sudo] bower install
Now run a localhost server using Python 2.x
python -m SimpleHTTPServer
or using App Engine
gcloud app preview run .
- Make a project on app engine
- Change the name of application in app.yaml
- Install gcloud command line utils
- Get authentication token
- Install app engine component
- Initialize project and push-to-deploy
Fork and build your own. Send a pull request to contribute.
MIT