From e7425ef082a0f905477c5d3b960ef500417c908c Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Fri, 22 Nov 2019 17:06:27 -0500 Subject: [PATCH] Tweaked development instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf52912..2315889 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,8 @@ A local webserver can be set up by running `npm install http-server -g` to insta In summary: -- `webpack --watch` +- `npm install` - Install NPM packages used by Diceware +- `webpack --watch` - Pack Javscript files - `http-server` - `./go-sync-to-s3.sh` - Do this if you're me, to upload to S3. If you're not me, you'll need to do something else, or possibly nothing at all.