Add export-story script and draft for Tiny Accident

This commit is contained in:
Bad Manners 2024-03-24 22:48:07 -03:00
parent 7f7a62a391
commit 808f565e59
16 changed files with 678 additions and 15 deletions

View file

@ -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/
```