2014 GDG Beijing DevFest Website.
This is a polymer web app, it follow Google material design and responsive web design rule.
At the project root directory, use bower install
command to install dependences. About bower see http://bower.io/ .
When you deploy polymer project to product environment, you could use vulcanize tool to merge dependent files into one file, eg: vulcanize -o build.html index.html --inline
.