Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 271 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 271 Bytes

cmdb

The frontend to the cm-api. This uses React + TypeScript + Vite, and can be built with:

VITE_API_PATH=http://localhost:1111 npm run build

For development purposes, you likely want:

npm run dev