We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2aeeb commit 850c93cCopy full SHA for 850c93c
README.md
@@ -21,18 +21,3 @@ install that via:
21
Then, go ahead and download the element's dependencies:
22
23
bower install
24
-
25
-## Playing With Your Element
26
27
-If you wish to work on your element in isolation, we recommend that you use
28
-[Polyserve](https://github.com/PolymerLabs/polyserve) to keep your element's
29
-bower dependencies in line. You can install it via:
30
31
- npm install -g polyserve
32
33
-And you can run it via:
34
35
- polyserve
36
37
-Once running, you can preview your element at
38
-`http://localhost:8080/components/select2-wrapper/`, where `select2-wrapper` is the name of the directory containing it.
0 commit comments