Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim authored Oct 16, 2023
1 parent ff8c512 commit 75e35df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ npm run generate-grammar

### Run development server (with hot-reloading)
```
env KUZU_PATH=/absolute/path/to/database npm run serve
env KUZU_PATH=path/to/database npm run serve
```

## Build and serve for production
### Run production server locally
```bash
npm run build
env KUZU_PATH=/absolute/path/to/database npm run serve-prod
env KUZU_PATH=path/to/database npm run serve-prod
```

### Run production server with Docker
Expand Down

0 comments on commit 75e35df

Please sign in to comment.