https://github.com/googlearchive/topeka
quiz app
https://github.com/googlearchive/topeka
Last synced: over 1 year ago
JSON representation
quiz app
- Host: GitHub
- URL: https://github.com/googlearchive/topeka
- Owner: googlearchive
- Archived: true
- Created: 2014-05-30T21:45:53.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-05T22:54:59.000Z (about 11 years ago)
- Last Synced: 2024-08-03T17:19:52.192Z (about 2 years ago)
- Language: HTML
- Size: 2.61 MB
- Stars: 538
- Watchers: 60
- Forks: 188
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Topeka
------
There are 2 ways to get your dependencies up-and-running:
### Direct Git:
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.
1. Checkout topeka
2. 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
### Bower
1. Checkout topeka
1. Make sure you have `npm` and `bower` [installed](http://bower.io/) installed.
1. `cd topeka` and `bower install`
### Deploying the project
- `./deploy.sh`
- profit!