This repository contains a small single-page app built with Vite that reproduces the "Personal Psychological Equalizer" UI with sliders, validation rules, and PDF export.
Quick start
- Install deps
npm install- Run dev server
npm run dev- Build
npm run buildDeploy
- Cloudflare Pages: connect the repo, set build command
npm run buildand publish directorydist. - GitHub Pages: build and serve
dist(you can usegh-pagesor a GitHub Actions workflow to publishdisttogh-pages).
Notes
- PDF export uses
jspdf. - The app is intentionally small and framework-free to keep the bundle minimal.