WARNING! This is not ready for use and is under heavy development of basic features
- Install VSCode and clone this repository
- Install NodeJS
- Open this project in vscode
- In the vscode terminal, run
npm install
- Once all dependencies have been installed, run
npm run start
- Navigate to localhost:3000 in the browser to open the frontend
- Make sure any python backends are running on your PC.
- Mechanisms aren't limited to init
- Mechanisms aren't limited to only Robot or Mechanism class
- No way to specify whether an opmode is auto or teleop
- Since we changed the "Workspace" terminology to "Project", existing Workspaces are no longer supported. They can be deleted via the browser's Developer Tools - Application tab.