Add export-story script and draft for Tiny Accident
This commit is contained in:
parent
7f7a62a391
commit
808f565e59
16 changed files with 678 additions and 15 deletions
|
|
@ -1,11 +1,18 @@
|
|||
# gallery.badmanners.xyz
|
||||
|
||||
## Development
|
||||
|
||||
### Export story for upload
|
||||
|
||||
```bash
|
||||
npm run export-story -- --output-dir ~/Documents/TO_UPLOAD slug-for-selected-story
|
||||
```
|
||||
|
||||
## Deployment
|
||||
|
||||
### Remote
|
||||
|
||||
```bash
|
||||
npm install
|
||||
npm run build
|
||||
scp -r ./dist/* my-ssh-server:./gallery.badmanners.xyz/
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue