Skip to content

Commit

Permalink
prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul McKellar committed Nov 19, 2022
1 parent 0571dd9 commit 27fe7c5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ Will show the default viewer.html with the default seed.
```
open public/viewer.html
```

## Production build

Take all the source and build it into one single html file for prod.

```
yarn run webpack --config webpack.oct.prod.js && open prod/viewer.html
```

0 comments on commit 27fe7c5

Please sign in to comment.