| OLD | NEW |
| 1 # \<Config UI\> | 1 # \<Config UI\> |
| 2 | 2 |
| 3 This is a UI for the configuration service | 3 This is a UI for the configuration service |
| 4 | 4 |
| 5 ## Install the Polymer-CLI | 5 ## Install the Polymer-CLI |
| 6 | 6 |
| 7 First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polyme
r-cli) installed. Then run `polymer serve` to serve your application locally. | 7 First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polyme
r-cli) installed. Then run `polymer serve` to serve your application locally. |
| 8 | 8 |
| 9 ## Viewing Your Application | 9 ## Viewing Your Application |
| 10 | 10 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 $ polymer serve build/default | 24 $ polymer serve build/default |
| 25 ``` | 25 ``` |
| 26 | 26 |
| 27 ## Running Tests | 27 ## Running Tests |
| 28 | 28 |
| 29 ``` | 29 ``` |
| 30 $ polymer test | 30 $ polymer test |
| 31 ``` | 31 ``` |
| 32 | 32 |
| 33 Your application is already set up to be tested via [web-component-tester](https
://github.com/Polymer/web-component-tester). Run `polymer test` to run your appl
ication's test suite locally. | 33 Your application is already set up to be tested via [web-component-tester](https
://github.com/Polymer/web-component-tester). Run `polymer test` to run your appl
ication's test suite locally. |
| 34 |
| 35 ## Third Party Files |
| 36 |
| 37 In order to use proper authentication, the google-signin-aware element was neede
d. However, this element has not been updated to Polymer 2.0, so edits were made
to the current version to ensure compatibility. |
| 38 The modified google-signin-aware element can be found in the ui/common/third_par
ty/google-signin folder. |
| OLD | NEW |