HotM is a React SPA that connects to Fortemi.
- Node.js 20+
- npm 10+
- A running Fortemi API instance
Create ui/.env.local:
VITE_API_BASE_URL=https://memory.integrolabs.netcd ui
npm install
npm run devcd ui
npm run typecheck
npm run test -- --run
npm run build