Interactive loyalty program tabs component with auto-minification.
- Install Bun:
curl -fsSL https://bun.sh/install | bash- Install dependencies:
bun install- The watcher will start automatically when you open the project in VS Code.
- Edit
loyalty-tabs.htmlfor development loyalty-tabs.min.htmlwill be automatically generated- The watcher will automatically minify the file on every save
If you need to run commands manually:
# Start the watcher
bun run watch
# One-time minification
bun run minify