There are 2 ways to get your dependencies up-and-running:
This is the best way to not be broken. The Polymer team doesn't use bower in day-to-day development and so Topeka might be broken more frequently if you use the Bower-based workflow.
-
Checkout topeka
-
Do the following:
mkdir components cd components git clone https://github.com/Polymer/tools.git cd .. ./components/tools/bin/pull-all.sh #get a copy of all of Polymer
- Checkout topeka
- Make sure you have
npm
andbower
installed installed. cd topeka
andbower install
./deploy.sh
- profit!