Tweaked development instructions

This commit is contained in:
Douglas Muth 2019-11-22 17:06:27 -05:00
parent 5a26ee9da0
commit e7425ef082

View file

@ -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.