gh repo clone AvatarKage/templates
cd templates/<TEMPLATE-NAME>
npm run init to install dependencies and complete setup
npm run sandbox to test code in /sandbox
npm run start to run from /dist
npm run dev to develop /src
npm run backup to backup code to /dev/backups
npm run sync to sync /config/config.toml to package.json and translate /config/lang
npm run build to compile to /dist
npm run clean to delete /dist and /logs