Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 368 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 368 Bytes

TempTing

Frontend

The frontend makes is a Typescript React SPA running in the browser.

Install Dependencies

npm install

Build Parser

Follow instructions in parser README.

Typecheck

npx tsc --watch

Run Frontend with Vite

npm run dev