@@ -12,30 +12,40 @@ const GettingStarted = () => {
12
12
</ p >
13
13
< ul >
14
14
< li >
15
- An account on{ " " }
16
- < a href = "https://signup.heroku.com/" target = "_blank" >
17
- Heroku
18
- </ a >
15
+ A cloud storage solution such as:
16
+ < ul >
17
+ < li >
18
+ < a href = "https://aws.amazon.com/s3" target = "_blank" >
19
+ AWS S3
20
+ </ a >
21
+ </ li >
22
+ < li >
23
+ < a href = "https://azure.microsoft.com/en-us/services/storage/blobs/" target = "_blank" >
24
+ Azure Blob Storage
25
+ </ a >
26
+ </ li >
27
+ < li >
28
+ < a href = "https://cloud.google.com/storage" target = "_blank" >
29
+ Google Cloud Storage
30
+ </ a >
31
+ </ li >
32
+ </ ul >
19
33
</ li >
20
34
< li >
21
- An{ " " }
22
- < a href = "https://aws.amazon.com/s3" target = "_blank" >
23
- S3
24
- </ a > { " " }
25
- bucket on AWS
35
+ A Node.js hosting platform (Vercel, Netlify, Railway, DigitalOcean, AWS, Azure, Google Cloud, or any VPS)
26
36
</ li >
27
37
</ ul >
28
38
< p > </ p >
29
- < h3 > #1 - Deploy the registry to Heroku </ h3 >
39
+ < h3 > #1 - Deploy the registry</ h3 >
30
40
< p >
41
+ Deploy your OpenComponents registry to any Node.js hosting platform. You can use the{ " " }
31
42
< a
32
- className = "button secondary"
33
- href = "https://heroku.com/deploy?template=https://github.com/opencomponents/starter-kit"
43
+ href = "https://github.com/opencomponents/starter-kit"
34
44
target = "_blank"
35
45
>
36
- Click to deploy to Heroku
46
+ starter kit
37
47
</ a > { " " }
38
- - deploy your OpenComponents registry
48
+ as a foundation and deploy it to platforms like Vercel, Netlify, Railway, or any cloud provider that supports Node.js applications.
39
49
</ p >
40
50
< h3 > #2 - Build your first component</ h3 >
41
51
< p > Install the OpenComponents CLI</ p >
@@ -73,7 +83,7 @@ const GettingStarted = () => {
73
83
</ ul >
74
84
< h3 > #3 Publish the component to the registry</ h3 >
75
85
< p > Add the registry using the CLI</ p >
76
- < pre > $ oc registry add http ://my -registry.on.herokuapp .com/</ pre >
86
+ < pre > $ oc registry add https ://your -registry-domain .com/</ pre >
77
87
< p > Publish your component</ p >
78
88
< pre >
79
89
$ oc publish my-first-component --username=YOURVALUEHERE
@@ -82,10 +92,10 @@ const GettingStarted = () => {
82
92
< p >
83
93
Your component is now published:{ " " }
84
94
< a
85
- href = "http ://my -registry.on.herokuapp .com/my-first-component"
95
+ href = "https ://your -registry-domain .com/my-first-component"
86
96
target = "_blank"
87
97
>
88
- http ://my -registry.on.herokuapp .com/my-first-component
98
+ https ://your -registry-domain .com/my-first-component
89
99
</ a >
90
100
</ p >
91
101
</ article >
0 commit comments