gh repo clone AvatarKage/templates
cd templates/<TEMPLATE-NAME>
It is recommended to install the provided suggested VSC extensions provided.
npm run init to install dependencies and complete setup
To start the client, update "client" in app.config.ts and fill out .env
npm run start to run client from /dist
npm run dev to develop client from /src
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
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