This is for providing Blocks on Systemcore. Blocks is a graphical programming environment that generates python code for use in FIRST robotics.
Check the docs/ for design intentions and goals. Check the agents.md file for information on how the project is structured.
- 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 start - Navigate to http://localhost:3000/blocks in the browser to open the frontend
See docs/running_on_systemcore.md for setup instructions.
Please check the issues on github for known issues.