A Nuxt 3 application for recognizing the outstanding palomo of the month with a comprehensive voting and management system.
- 🎨 Modern UI: Built with shadcn-vue components and Tailwind CSS
- 🌙 Theme System: Dark mode by default with full light/dark mode support
- 🔐 Authentication: Secure login system with session management
- ⚙️ Customizable: Comprehensive settings page for theme, colors, and preferences
- 📱 Responsive: Mobile-first design that works on all devices
- 🚀 Performance: Built with Nuxt 3 for optimal performance
- Framework: Nuxt 3
- Styling: Tailwind CSS + shadcn-vue components
- Icons: Lucide Vue Next
- Package Manager: Bun
- Language: TypeScript
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun installStart the development server on http://localhost:3000:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run devBuild the application for production:
# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn build
# bun
bun run buildLocally preview production build:
# npm
npm run preview
# pnpm
pnpm run preview
# yarn
yarn preview
# bun
bun run previewCheck out the deployment documentation for more information.