Skip to content

Commit a661092

Browse files
mwczkylebuch8
authored andcommitted
remove polyserve (#112)
1 parent ac4a89b commit a661092

File tree

16 files changed

+5430
-5555
lines changed

16 files changed

+5430
-5555
lines changed

elements/rh-button/README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
# WIP 🐣: RHElements Button Element
22

3-
## Dependencies
4-
5-
Make sure you have [Polyserve][polyserve] and [Web Component Tester][web-component-tester] installed.
6-
7-
npm install -g polyserve web-component-tester
8-
9-
## Dev
10-
11-
npm start
12-
133
## Test
144

155
npm run test
@@ -20,13 +10,14 @@ Make sure you have [Polyserve][polyserve] and [Web Component Tester][web-compone
2010

2111
## Demo
2212

23-
Run `npm start` and Polyserve will start a server and open your default browser to the demo page of the element.
13+
From the RHElements root directory, run:
14+
15+
npm start
2416

2517
## Code style
2618

2719
Button (and all RHElements) use [Prettier][prettier] to auto-format JS and JSON. The style rules get applied when you commit a change. If you choose to, you can [integrate your editor][prettier-ed] with Prettier to have the style rules applied on every save.
2820

2921
[prettier]: https://github.com/prettier/prettier/
3022
[prettier-ed]: https://github.com/prettier/prettier/#editor-integration
31-
[polyserve]: https://github.com/Polymer/polyserve
3223
[web-component-tester]: https://github.com/Polymer/web-component-tester

elements/rh-card/README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
# WIP 🐣: RHElements Card Element
22

3-
## Dependencies
4-
5-
Make sure you have [Polyserve][polyserve] and [Web Component Tester][web-component-tester] installed.
6-
7-
npm install -g polyserve web-component-tester
8-
9-
## Dev
10-
11-
npm start
12-
133
## Test
144

155
npm run test
@@ -20,13 +10,14 @@ Make sure you have [Polyserve][polyserve] and [Web Component Tester][web-compone
2010

2111
## Demo
2212

23-
Run `npm start` and Polyserve will start a server and open your default browser to the demo page of the element.
13+
From the RHElements root directory, run:
14+
15+
npm start
2416

2517
## Code style
2618

2719
Card (and all RHElements) use [Prettier][prettier] to auto-format JS and JSON. The style rules get applied when you commit a change. If you choose to, you can [integrate your editor][prettier-ed] with Prettier to have the style rules applied on every save.
2820

2921
[prettier]: https://github.com/prettier/prettier/
3022
[prettier-ed]: https://github.com/prettier/prettier/#editor-integration
31-
[polyserve]: https://github.com/Polymer/polyserve
3223
[web-component-tester]: https://github.com/Polymer/web-component-tester

elements/rh-cta/README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
# WIP 🐣: RHElements Cta Element
22

3-
## Dependencies
4-
5-
Make sure you have [Polyserve][polyserve] and [Web Component Tester][web-component-tester] installed.
6-
7-
npm install -g polyserve web-component-tester
8-
9-
## Dev
10-
11-
npm start
12-
133
## Test
144

155
npm run test
@@ -20,13 +10,14 @@ Make sure you have [Polyserve][polyserve] and [Web Component Tester][web-compone
2010

2111
## Demo
2212

23-
Run `npm start` and Polyserve will start a server and open your default browser to the demo page of the element.
13+
From the RHElements root directory, run:
14+
15+
npm start
2416

2517
## Code style
2618

2719
Cta (and all RHElements) use [Prettier][prettier] to auto-format JS and JSON. The style rules get applied when you commit a change. If you choose to, you can [integrate your editor][prettier-ed] with Prettier to have the style rules applied on every save.
2820

2921
[prettier]: https://github.com/prettier/prettier/
3022
[prettier-ed]: https://github.com/prettier/prettier/#editor-integration
31-
[polyserve]: https://github.com/Polymer/polyserve
3223
[web-component-tester]: https://github.com/Polymer/web-component-tester

elements/rh-datetime/README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
22

33
[![Build Status](https://travis-ci.org/RHElements/rh-datetime.svg?branch=master)](https://travis-ci.org/RHElements/rh-datetime)
44

5-
## Dependencies
6-
7-
Make sure you have [Polyserve][polyserve] and [Web Component Tester][web-component-tester] installed.
8-
9-
npm install -g polyserve web-component-tester
10-
11-
## Dev
12-
13-
npm start
14-
155
## Test
166

177
npm run test
@@ -22,13 +12,14 @@ Make sure you have [Polyserve][polyserve] and [Web Component Tester][web-compone
2212

2313
## Demo
2414

25-
Run `npm start` and the Polymer CLI will start a server and open your default browser to the demo page of the element.
15+
From the RHElements root directory, run:
16+
17+
npm start
2618

2719
## Code style
2820

2921
Accordion (and all RHElements) use [Prettier][prettier] to auto-format JS and JSON. The style rules get applied when you commit a change. If you choose to, you can [integrate your editor][prettier-ed] with Prettier to have the style rules applied on every save.
3022

3123
[prettier]: https://github.com/prettier/prettier/
3224
[prettier-ed]: https://github.com/prettier/prettier/#editor-integration
33-
[polyserve]: https://github.com/Polymer/polyserve
3425
[web-component-tester]: https://github.com/Polymer/web-component-tester

elements/rh-dropdown-button/README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@
33
[![Greenkeeper badge](https://badges.greenkeeper.io/RHElements/cp-tooltip.svg)](https://greenkeeper.io/)
44
[![Build Status](https://travis-ci.org/RHElements/rh-dropdown.svg?branch=master)](https://travis-ci.org/RHElements/cp-tooltip)
55

6-
## Dependencies
7-
8-
Make sure you have [Polyserve][polyserve] and [Web Component Tester][web-component-tester] installed.
9-
10-
npm install -g polyserve web-component-tester
11-
12-
## Dev
13-
14-
npm start
15-
166
## Test
177

188
npm run test
@@ -23,13 +13,14 @@ Make sure you have [Polyserve][polyserve] and [Web Component Tester][web-compone
2313

2414
## Demo
2515

26-
Run `npm start` and the Polymer CLI will start a server and open your default browser to the demo page of the element.
16+
From the RHElements root directory, run:
17+
18+
npm start
2719

2820
## Code style
2921

3022
Accordion (and all RHElements) use [Prettier][prettier] to auto-format JS and JSON. The style rules get applied when you commit a change. If you choose to, you can [integrate your editor][prettier-ed] with Prettier to have the style rules applied on every save.
3123

3224
[prettier]: https://github.com/prettier/prettier/
3325
[prettier-ed]: https://github.com/prettier/prettier/#editor-integration
34-
[polyserve]: https://github.com/Polymer/polyserve
3526
[web-component-tester]: https://github.com/Polymer/web-component-tester

elements/rh-dropdown-menu/README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@
33
[![Greenkeeper badge](https://badges.greenkeeper.io/RHElements/cp-tooltip.svg)](https://greenkeeper.io/)
44
[![Build Status](https://travis-ci.org/RHElements/rh-dropdown.svg?branch=master)](https://travis-ci.org/RHElements/cp-tooltip)
55

6-
## Dependencies
7-
8-
Make sure you have [Polyserve][polyserve] and [Web Component Tester][web-component-tester] installed.
9-
10-
npm install -g polyserve web-component-tester
11-
12-
## Dev
13-
14-
npm start
15-
166
## Test
177

188
npm run test
@@ -23,13 +13,14 @@ Make sure you have [Polyserve][polyserve] and [Web Component Tester][web-compone
2313

2414
## Demo
2515

26-
Run `npm start` and the Polymer CLI will start a server and open your default browser to the demo page of the element.
16+
From the RHElements root directory, run:
17+
18+
npm start
2719

2820
## Code style
2921

3022
Accordion (and all RHElements) use [Prettier][prettier] to auto-format JS and JSON. The style rules get applied when you commit a change. If you choose to, you can [integrate your editor][prettier-ed] with Prettier to have the style rules applied on every save.
3123

3224
[prettier]: https://github.com/prettier/prettier/
3325
[prettier-ed]: https://github.com/prettier/prettier/#editor-integration
34-
[polyserve]: https://github.com/Polymer/polyserve
3526
[web-component-tester]: https://github.com/Polymer/web-component-tester

elements/rh-dropdown/README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@
33
[![Greenkeeper badge](https://badges.greenkeeper.io/RHElements/cp-tooltip.svg)](https://greenkeeper.io/)
44
[![Build Status](https://travis-ci.org/RHElements/rh-dropdown.svg?branch=master)](https://travis-ci.org/RHElements/cp-tooltip)
55

6-
## Dependencies
7-
8-
Make sure you have [Polyserve][polyserve] and [Web Component Tester][web-component-tester] installed.
9-
10-
npm install -g polyserve web-component-tester
11-
12-
## Dev
13-
14-
npm start
15-
166
## Test
177

188
npm run test
@@ -23,13 +13,14 @@ Make sure you have [Polyserve][polyserve] and [Web Component Tester][web-compone
2313

2414
## Demo
2515

26-
Run `npm start` and the Polymer CLI will start a server and open your default browser to the demo page of the element.
16+
From the RHElements root directory, run:
17+
18+
npm start
2719

2820
## Code style
2921

3022
Accordion (and all RHElements) use [Prettier][prettier] to auto-format JS and JSON. The style rules get applied when you commit a change. If you choose to, you can [integrate your editor][prettier-ed] with Prettier to have the style rules applied on every save.
3123

3224
[prettier]: https://github.com/prettier/prettier/
3325
[prettier-ed]: https://github.com/prettier/prettier/#editor-integration
34-
[polyserve]: https://github.com/Polymer/polyserve
3526
[web-component-tester]: https://github.com/Polymer/web-component-tester

elements/rh-icon-panel/README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
# WIP 🐣: RHElements Search Element
22

3-
## Dependencies
4-
5-
Make sure you have [Polyserve][polyserve] and [Web Component Tester][web-component-tester] installed.
6-
7-
npm install -g polyserve web-component-tester
8-
9-
## Dev
10-
11-
npm start
12-
133
## Test
144

155
npm run test
@@ -20,7 +10,9 @@ Make sure you have [Polyserve][polyserve] and [Web Component Tester][web-compone
2010

2111
## Demo
2212

23-
Run `npm start` and Polyserve will start a server and open your default browser to the demo page of the element.
13+
From the RHElements root directory, run:
14+
15+
npm start
2416

2517
## Styling
2618

@@ -36,5 +28,4 @@ Search (and all RHElements) use [Prettier][prettier] to auto-format JS and JSON.
3628

3729
[prettier]: https://github.com/prettier/prettier/
3830
[prettier-ed]: https://github.com/prettier/prettier/#editor-integration
39-
[polyserve]: https://github.com/Polymer/polyserve
4031
[web-component-tester]: https://github.com/Polymer/web-component-tester

elements/rh-icon/README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
# WIP 🐣: RHElements Icon Element
22

3-
## Dependencies
4-
5-
Make sure you have [Polyserve][polyserve] and [Web Component Tester][web-component-tester] installed.
6-
7-
npm install -g polyserve web-component-tester
8-
9-
## Dev
10-
11-
npm start
12-
133
## Test
144

155
npm run test
@@ -20,13 +10,14 @@ Make sure you have [Polyserve][polyserve] and [Web Component Tester][web-compone
2010

2111
## Demo
2212

23-
Run `npm start` and Polyserve will start a server and open your default browser to the demo page of the element.
13+
From the RHElements root directory, run:
14+
15+
npm start
2416

2517
## Code style
2618

2719
Icon (and all RHElements) use [Prettier][prettier] to auto-format JS and JSON. The style rules get applied when you commit a change. If you choose to, you can [integrate your editor][prettier-ed] with Prettier to have the style rules applied on every save.
2820

2921
[prettier]: https://github.com/prettier/prettier/
3022
[prettier-ed]: https://github.com/prettier/prettier/#editor-integration
31-
[polyserve]: https://github.com/Polymer/polyserve
3223
[web-component-tester]: https://github.com/Polymer/web-component-tester

elements/rh-multiswitch/README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
# WIP 🐣: RHElements Multiswitch Element
22

3-
## Dependencies
4-
5-
Make sure you have [Polyserve][polyserve] and [Web Component Tester][web-component-tester] installed.
6-
7-
npm install -g polyserve web-component-tester
8-
9-
## Dev
10-
11-
npm start
12-
133
## Test
144

155
npm run test
@@ -20,13 +10,14 @@ Make sure you have [Polyserve][polyserve] and [Web Component Tester][web-compone
2010

2111
## Demo
2212

23-
Run `npm start` and Polyserve will start a server and open your default browser to the demo page of the element.
13+
From the RHElements root directory, run:
14+
15+
npm start
2416

2517
## Code style
2618

2719
Multiswitch (and all RHElements) use [Prettier][prettier] to auto-format JS and JSON. The style rules get applied when you commit a change. If you choose to, you can [integrate your editor][prettier-ed] with Prettier to have the style rules applied on every save.
2820

2921
[prettier]: https://github.com/prettier/prettier/
3022
[prettier-ed]: https://github.com/prettier/prettier/#editor-integration
31-
[polyserve]: https://github.com/Polymer/polyserve
3223
[web-component-tester]: https://github.com/Polymer/web-component-tester

0 commit comments

Comments
 (0)