Skip to content

Viharitejomurtula/Panacea

Repository files navigation

Panacea

link to website

Frontend (React)

The UI lives in frontend/Vite + React + TypeScript. HTML entry: frontend/index.html; React mounts on #root via frontend/src/main.tsx.

Run locally

cd frontend
npm install
npm run dev

Then open the URL Vite prints (usually http://localhost:5173).

Production build

cd frontend
npm run build

Static files are written to frontend/dist/ — serve with any static host or put behind nginx/caddy.

About

link to website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors