mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
23 lines
1.0 KiB
Markdown
23 lines
1.0 KiB
Markdown
# DEPLOY
|
|
For deployment create the following items:
|
|
- libreevent-[VERSION HERE]-npm.zip (contains the node_modules folder from src/server)
|
|
- libreevent-[VERSION HERE]-prebuilt.zip (contains a ready-to-use compiled version of libreevent (main download))
|
|
- libreevent-[VERSION HERE]-full-icu.zip (contains the package.json file which can be used if full-icu is not enabled in Node.js)
|
|
-> This can be achieved by running the bash script `package.sh` in the root folder of the project
|
|
|
|
|
|
# Links to apps
|
|
- https://play.google.com/store/apps/details?id=com.janishutz.libreevent
|
|
- https://apps.apple.com/ch/app/libreevent-entry-control/id6464594870?l=en-GB
|
|
|
|
|
|
# PLANS
|
|
- Website: Add ids to titles
|
|
|
|
- FUTURE: Implement Permission system
|
|
- FUTURE: Add Admin profile (page to change account settings per person like changing pwd)
|
|
- FUTURE: add multi-language support
|
|
- FUTURE: Guest purchase
|
|
- FUTURE: Colour for event banner background
|
|
- FUTURE: add webpack (or any other minifying tool) to project website to decrease file size (OPTIONAL)
|