Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 266 Bytes

File metadata and controls

27 lines (18 loc) · 266 Bytes

TinyOps UI

React + Vite front end for TinyOps.

Prerequisites

  • Node.js 18 or newer
  • npm

Quick start

npm install
npm start

Build for production:

npm run build

Preview the production build:

npm run preview