Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Added build for production
  • Loading branch information
Marten-Mrfc committed Feb 19, 2024
1 parent 8fd7041 commit 59558f2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,14 @@ $ npm ci
$ npm start
```

### Build for Production

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

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

0 comments on commit 59558f2

Please sign in to comment.