also docs

This commit is contained in:
eta 2023-03-02 22:56:14 +00:00
parent 775e560d10
commit b6e3d6a259

View File

@ -21,3 +21,17 @@ If you're interested in a working demo, check out the hosted version at [eta.st/
## License
This is all MIT. Please go forth and use it to make your own ticket stuff!
## Notes to future eta on how to deploy this
For development:
```
$ npm run start
```
Deploying:
```
$ npm run build -- --mode=production && scp -r dist/* [redacted]:/www/tickets/
```