You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A modern, full-featured jewelry e-commerce frontend built with React + Vite. Includes a customer-facing storefront with product browsing, cart, checkout (Paystack), Google Auth, an admin dashboard, and more.
# 1. Clone the repository
git clone https://github.com/your-username/gems.git
cd gems
# 2. Install dependencies
npm install
# 3. Set up environment variables
cp .env.example .env
# Edit .env and fill in your values