Skip to content

Commit 9912249

Browse files
committed
fix docs readme file
1 parent c5b9446 commit 9912249

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,31 @@ This website is built using [Docusaurus 2](https://docusaurus.io/), a modern sta
55
### Installation
66

77
```
8-
$ npm
8+
$ npm install
99
```
10-
11-
### Local Development
10+
Make sure that you've cloned the `defanglabs/defang` repo and `defanglabs/samples` repo in sibling directories.
1211

1312
```
14-
$ npm serve
13+
$ git clone https://github.com/DefangLabs/defang.git ../defang
14+
$ git clone https://github.com/DefangLabs/samples.git ../samples
1515
```
1616

17-
This command starts a local development server and opens up a browser window.
18-
1917
### Build
2018

2119
```
22-
$ npm build
20+
$ npm run build
2321
```
2422

2523
This command generates static content into the `build` directory and can be served using any static contents hosting service.
2624

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+
2733
### Deployment
2834

2935
Using SSH:

0 commit comments

Comments
 (0)