This project runs on the Bun or Node.js runtime environment and features Vue.js, Vite, and Tailwind CSS with JavaScript (not TypeScript) for simplicity.
Much faster than NPM when installing dependencies.
curl -fsSL https://bun.sh/install | bash # install bun for the first time
bun install # install or update dependencies
bun upgrade # upgrade bun itself
bun run dev # compile for development
bun run build # compile for production
npm install # install or update dependencies
npm run dev # compile for development
npm run build # compile for production
npm install -g @vue/cli
npm install @supabase/supabase-js