Updated readme for NPM usage

Updated readme for NPM usage
This commit is contained in:
cp6 2022-11-13 21:58:01 +11:00
parent 14f1e808eb
commit 0f0b06ee47

View File

@ -33,6 +33,13 @@ Example yabs.sh call to POST the result
`curl -sL yabs.sh | bash -s -- -s "http://domain.com/api/yabs/tnSJLyhz/USERAPIKEYISHERE"`
### NPM / Laravel mix now in use
```shell
npm install
npm run prod
```
#### Please run the following if updating from existing install:
```shell