diff --git a/README.md b/README.md index 219034c..e554ffd 100644 --- a/README.md +++ b/README.md @@ -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/ +```