Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 311 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 311 Bytes

TESC Inventory

An inventory system for TESC. Written in TypeScript.

Development

  1. Clone from GitHub
  2. npm install
  3. Fill in credentials in .env
  4. npm run dev

There is a known issue where the frontend dev environment hot reloads infinitely - If you run into this, shift + refresh your browser.