@@ -12,30 +12,40 @@ const GettingStarted = () => {
1212 </ p >
1313 < ul >
1414 < 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 >
1933 </ li >
2034 < 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)
2636 </ li >
2737 </ ul >
2838 < p > </ p >
29- < h3 > #1 - Deploy the registry to Heroku </ h3 >
39+ < h3 > #1 - Deploy the registry</ h3 >
3040 < p >
41+ Deploy your OpenComponents registry to any Node.js hosting platform. You can use the{ " " }
3142 < 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"
3444 target = "_blank"
3545 >
36- Click to deploy to Heroku
46+ starter kit
3747 </ 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.
3949 </ p >
4050 < h3 > #2 - Build your first component</ h3 >
4151 < p > Install the OpenComponents CLI</ p >
@@ -73,7 +83,7 @@ const GettingStarted = () => {
7383 </ ul >
7484 < h3 > #3 Publish the component to the registry</ h3 >
7585 < 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 >
7787 < p > Publish your component</ p >
7888 < pre >
7989 $ oc publish my-first-component --username=YOURVALUEHERE
@@ -82,10 +92,10 @@ const GettingStarted = () => {
8292 < p >
8393 Your component is now published:{ " " }
8494 < a
85- href = "http ://my -registry.on.herokuapp .com/my-first-component"
95+ href = "https ://your -registry-domain .com/my-first-component"
8696 target = "_blank"
8797 >
88- http ://my -registry.on.herokuapp .com/my-first-component
98+ https ://your -registry-domain .com/my-first-component
8999 </ a >
90100 </ p >
91101 </ article >
0 commit comments