A theme design tool built with React + Vite.
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewnpm install -g vercel
vercelnpm run build
# Upload the `dist/` folder to Netlify, or connect your git reponpm install --save-dev gh-pages
# Add "homepage": "https://yourusername.github.io/repo-name" to package.json
# Add deploy script: "deploy": "gh-pages -d dist"
npm run build && npm run deployJust run npm run build and deploy the dist/ directory.