Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 657 Bytes

File metadata and controls

36 lines (25 loc) · 657 Bytes

8033 Part Tracker

🚧 Under Construction 🚧

A web-based tool to track all of the parts on our current robot, estimate durability, and help our pit crew prioritize which parts to check first.


Development

Getting started

Before we start, make sure you have node.js installed.

  1. Clone the repository
git clone https://github.com/HighlanderRobotics/part-tracker.git
  1. Install dependencies
npm install
  1. Start the development server
npm run dev

Building

To compile the app to a static, hostable site, run

npm run build

This will output to the dist folder.