You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ No code is the best way to write secure and reliable applications. Write nothing
7
7
Start by not writing any code.
8
8
9
9
```
10
-
echo "" > /dev/null
10
+
11
11
```
12
12
13
13
This is just an example application, but imagine it doing anything you want. Adding new features is easy too:
14
14
15
15
```
16
-
echo "" > /dev/null
16
+
17
17
```
18
18
19
19
The possibilities are endless.
@@ -23,27 +23,27 @@ The possibilities are endless.
23
23
Now that you have not done anything it's time to build your application:
24
24
25
25
```
26
-
$
26
+
27
27
```
28
28
29
29
Yep. That's it. You should see the following output:
30
30
31
31
```
32
-
$
32
+
33
33
```
34
34
35
35
### Deploying
36
36
37
37
While you still have not done anything it's time to deploy your application. By running the following command you can deploy your application absolutely nowhere.
38
38
39
39
```
40
-
$
40
+
41
41
```
42
42
43
43
It's that simple. And when it comes time to scale the application, all you have to do is:
0 commit comments