Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarsen committed Jun 19, 2020
1 parent d63ebd1 commit de6e662
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,25 @@ Find out more about deployment here:
✨ Done in 14.96s.
```

### Build Static Demo Site

Push a new release tag.

```
$ git tag v1.2.0
$ git push
```


### Build Static Demo Site

Builds the GitHub pages static demo site.

```
$ yarn build-demo
```


### Build

Builds the Docker image running a minimal Node/Express.js server to serve the static frontend files.
Expand Down

0 comments on commit de6e662

Please sign in to comment.