npm start
- starts syncing to "dev" environment (make sure you have one added via pos-cli) and starts watching changes in assets to automatically sync themnpm run build
- build assets in production mode, minified, unused CSS classes purgednpm run build:dev
- build assets in development mode, unminified (full TailwindCSS included)