376f9d3e34
- update coverage threshold to 88.0 and add CHARON_MIN_COVERAGE environment variable - ignore frontend coverage output in .gitignore
Frontend (Vite + React)
Development
cd frontend
npm install
npm run dev
Production build
cd frontend
npm run build