From b6e3d6a259fe93ba16b23188b966c259ecc8d9d4 Mon Sep 17 00:00:00 2001 From: eta Date: Thu, 2 Mar 2023 22:56:14 +0000 Subject: [PATCH] also docs --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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/ +```