Simple UI project for CoolCert, with a React frontend and BSV deployment tooling.
frontend/— Vite + React appdeployment-info.json— deployment metadatapackage.json(root) — Lars/Cars deployment scripts
From the repository root:
npm install
npm install --prefix frontend
npm run dev --prefix frontendThe frontend will run at http://localhost:5173 by default.
npm run dev --prefix frontend
npm run build --prefix frontend
npm run preview --prefix frontend
npm run lint --prefix frontendFrom the repository root:
npm run lars
npm run cars
npm run lars:configSee LICENSE.txt.