Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stanistan authored Apr 7, 2023
1 parent a0f00c5 commit a1cadbb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# present-me

> A tool to view/show a PR as a presentation / slide-show.
See https://present-me.stanistan.dev for a demo.

## Local development...

### Prerequisites
Expand All @@ -17,6 +21,7 @@ Make sure you've run before anything else!
This assumes you have a `.env` in the server directory.

```
PORT=8080
GH_APP_ID=
GH_INSTALLATION_ID=
GH_PK_FILE=path-to-cert.pem
Expand All @@ -36,5 +41,11 @@ server will proxy directly to nuxt.

- <http://localhost:8080>

## Building an image for production...
## Testing a production binary

```bash
prmectl local-prod
```

This will generate the static output from `nuxt` and run the server
in production mode (not a proxy to the nuxt dev-server).

0 comments on commit a1cadbb

Please sign in to comment.