Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 846 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 846 Bytes

DataTools2024

This is a tool for displaying information from log files collected with our 2024 robot.

Screenshots

As of 2/3

Development

Commands

# Make sure you have NPM and Cargo installed before running these

# To install rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

# To install npm (using node version manager):
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
source ~/.bashrc
nvm use v18.12.1

# Install all node project dependencies
npm install

# Start a dev server
npm run tauri dev

Suggested VS Code Plugins