An elegant single-page experience for a boutique jewelry brand, built with Vite, React, and Tailwind CSS.
# 1. Install dependencies
npm install
# 2. Start the development server
npm run dev
# 3. Build for production
npm run buildThe development server defaults to http://localhost:8080.
- React 18
- TypeScript
- Vite
- Tailwind CSS & shadcn/ui components
- Radix UI primitives
src/pages– top-level routed pagessrc/components– reusable UI componentssrc/assets– static imagerysrc/index.css– design tokens and base styles
Any modern static hosting service that supports the output of npm run build will work (e.g., Netlify, Vercel, Cloudflare Pages). Deploy the contents of the generated dist directory.
- Fork the repository and create a feature branch.
- Make your changes and ensure
npm run buildsucceeds. - Open a pull request describing the updates.