@@ -16,6 +16,15 @@ Super exciting to see your contribution!
16
16
17
17
#### How do I contribute code?
18
18
19
+ ##### Contribute using one click online setup
20
+
21
+ You can use Gitpod (a free online VS Code-like IDE) for contributing. With a single click it'll launch a workspace and automatically:
22
+
23
+ - clone the bundle-size repo.
24
+ - install all the dependencies.
25
+
26
+ [ ![ Open in Gitpod] ( https://gitpod.io/button/open-in-gitpod.svg )] ( https://gitpod.io/from-referrer/ )
27
+
19
28
1 . Fork this repo on github.
20
29
21
30
2 . Clone it on your machine: ` git clone https://github.com/YOUR_USERNAME/bundlesize.git `
@@ -25,7 +34,7 @@ Super exciting to see your contribution!
25
34
4 . Run ` npm test ` to ensure the repository is setup correctly. You should see a dummy output:
26
35
27
36
```
28
- PASS ./index.js: 189B < maxSize 600B gzip
37
+ PASS ./index.js: 189B < maxSize 600B gzip
29
38
```
30
39
31
40
5 . Make your changes.
@@ -58,7 +67,7 @@ API is hosted on zeit/now.
58
67
- ` store/firebase.js ` Fetches and updates values from firebase
59
68
60
69
#### [ Click here to join the slack channel] ( https://join.slack.com/t/bundlesize/shared_invite/MjMyNTA0NjUwNzg5LTE1MDM4NjAxNjEtMjFjZThlZmIxMw )
61
-
70
+
62
71
#### Doubts?
63
72
64
73
Feel free to open an issue or reach out to me [ on twitter] ( https://twitter.com/siddharthkp ) .
@@ -99,4 +108,4 @@ Thank you to all our sponsors! (please ask your company to also support this ope
99
108
<a href =" https://opencollective.com/bundlesize/sponsor/6/website " target =" _blank " ><img src =" https://opencollective.com/bundlesize/sponsor/6/avatar.svg " ></a >
100
109
<a href =" https://opencollective.com/bundlesize/sponsor/7/website " target =" _blank " ><img src =" https://opencollective.com/bundlesize/sponsor/7/avatar.svg " ></a >
101
110
<a href =" https://opencollective.com/bundlesize/sponsor/8/website " target =" _blank " ><img src =" https://opencollective.com/bundlesize/sponsor/8/avatar.svg " ></a >
102
- <a href =" https://opencollective.com/bundlesize/sponsor/9/website " target =" _blank " ><img src =" https://opencollective.com/bundlesize/sponsor/9/avatar.svg " ></a >
111
+ <a href =" https://opencollective.com/bundlesize/sponsor/9/website " target =" _blank " ><img src =" https://opencollective.com/bundlesize/sponsor/9/avatar.svg " ></a >
0 commit comments