mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 08:26:29 -05:00
Tweaked development instructions
This commit is contained in:
parent
5a26ee9da0
commit
e7425ef082
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue