mirror of
https://git.eta.st/eta/rsp6-decoder.git
synced 2024-11-21 15:05:41 +00:00
also docs
This commit is contained in:
parent
775e560d10
commit
b6e3d6a259
14
README.md
14
README.md
@ -21,3 +21,17 @@ If you're interested in a working demo, check out the hosted version at [eta.st/
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
This is all MIT. Please go forth and use it to make your own ticket stuff!
|
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/
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user