- Root .prettierrc sets tabWidth=4 and proseWrap=always - Root .prettierignore excludes node_modules, build output, lockfiles - package.json: adds test (vite build), lint, fmt scripts; adds prettier as a devDependency; fixes typos in description and keywords Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Koin Ping Frontend
React + Vite frontend for the on-chain monitoring and alerting system.
Getting Started
-
Install dependencies:
npm install -
Run the development server:
npm run dev -
Build for production:
npm run build -
Preview production build:
npm run preview
Project Structure
src/api/- API calls to backendsrc/components/- Reusable UI componentssrc/pages/- Top-level page componentssrc/utils/- Utility functionspublic/- Static assets
Development
The frontend runs on port 3000 and proxies API requests to the backend running on port 5000.