Skip to content

Commit 956306f

Browse files
authored
Update README.md
1 parent 006b7bc commit 956306f

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
1-
# serverless-devs-helloworld
2-
Hello World made for Serverless Devs deploying on Alibaba Cloud
1+
<h1>Serverless Devs "Hello World"</h1>
2+
<h2>Installing Serverless Devs</h2>
3+
Once we have the above project structure ready, follow the next steps:
4+
<ul>
5+
<li><a href="https://nodejs.org/en/download/">Install <strong>Node.js</strong></a> (<em>&gt;=10.8.0</em>) and <strong>NPM</strong> package management tools</li>
6+
<li>Install <strong>Serverless Devs</strong> by running <code>npm install @serverless-devs/s -g</code></li>
7+
<li>Check if Serverless Devs is working properly by running <code>s -v</code></li>
8+
</ul>
9+
After installing, you should run <code>s config add</code> to start the setup, choose "Alibaba Cloud (alibaba)" and follow the instructions to put your Alibaba Cloud credentials.
10+
11+
&nbsp;
12+
<h2>Deployment</h2>
13+
Once we have everything ready, let's rock. This, as the last step, is the easiest of all of them, we just need to run <code>s deploy</code> and focus on the output, as we will have all the information we need in order to test if our code is running successfully.
14+
15+
&nbsp;
16+
17+
Thank you for reading all the way to this point, enjoy serverlessing!

0 commit comments

Comments
 (0)