🚧 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.
Before we start, make sure you have node.js installed.
- Clone the repository
git clone https://github.com/HighlanderRobotics/part-tracker.git- Install dependencies
npm install- Start the development server
npm run devTo compile the app to a static, hostable site, run
npm run buildThis will output to the dist folder.