Start electron along with the internal server (in view mode)
npm start
Run project in dev mode with live loading
npm run dev
Build Svelte and Tailwind
npm run build
Build Svelte and Tailwind for production
npm run build:prod
Run ESlint
npm run fix
Run Prettier
npm run format