npm run init to install dependencies and complete setup
To start the server, update "domains" in app.config.ts and generate valid SSL files in /ssl
npm run start to run all servers from /dist
npm run dev to develop all servers from /src
npm run stop to stop all servers
npm run sandbox --name=main to test code in /sandbox/main.test.ts
npm run backup to backup project to /dev/backups
npm run sync to sync app.config.ts to all other files
npm run translate to translate /public/locales
npm run update to update all modules
npm run build to compile /src to /dist
npm run clean to delete /dist and /logs