Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,31 @@ This website is built using [Docusaurus 2](https://docusaurus.io/), a modern sta
### Installation

```
$ npm
$ npm install
```

### Local Development
Make sure that you've cloned the `defanglabs/defang` repo and `defanglabs/samples` repo in sibling directories.

```
$ npm serve
$ git clone https://github.com/DefangLabs/defang.git ../defang
$ git clone https://github.com/DefangLabs/samples.git ../samples
```

This command starts a local development server and opens up a browser window.

### Build

```
$ npm build
$ npm run build
```

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

### Local Development

```
$ npm run start
```

This command starts a local development server and opens up a browser window.

### Deployment

Using SSH:
Expand Down
Loading