File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -5,25 +5,31 @@ This website is built using [Docusaurus 2](https://docusaurus.io/), a modern sta
5
5
### Installation
6
6
7
7
```
8
- $ npm
8
+ $ npm install
9
9
```
10
-
11
- ### Local Development
10
+ Make sure that you've cloned the ` defanglabs/defang ` repo and ` defanglabs/samples ` repo in sibling directories.
12
11
13
12
```
14
- $ npm serve
13
+ $ git clone https://github.com/DefangLabs/defang.git ../defang
14
+ $ git clone https://github.com/DefangLabs/samples.git ../samples
15
15
```
16
16
17
- This command starts a local development server and opens up a browser window.
18
-
19
17
### Build
20
18
21
19
```
22
- $ npm build
20
+ $ npm run build
23
21
```
24
22
25
23
This command generates static content into the ` build ` directory and can be served using any static contents hosting service.
26
24
25
+ ### Local Development
26
+
27
+ ```
28
+ $ npm run start
29
+ ```
30
+
31
+ This command starts a local development server and opens up a browser window.
32
+
27
33
### Deployment
28
34
29
35
Using SSH:
You can’t perform that action at this time.
0 commit comments