Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 374 Bytes

File metadata and controls

30 lines (24 loc) · 374 Bytes

Quick Start

HotM is a React SPA that connects to Fortemi.

Prerequisites

  • Node.js 20+
  • npm 10+
  • A running Fortemi API instance

Configure API

Create ui/.env.local:

VITE_API_BASE_URL=https://memory.integrolabs.net

Run

cd ui
npm install
npm run dev

Validate

cd ui
npm run typecheck
npm run test -- --run
npm run build