Skip to content

lizlooney/systemcore-blocks-interface

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

475 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Systemcore Blocks Interface

This is for providing Blocks on Systemcore. Blocks is a graphical programming environment that generates python code for use in FIRST robotics.

For more information

Check the docs/ for design intentions and goals. Check the agents.md file for information on how the project is structured.

Setup (Development)

  1. Install VSCode and clone this repository
  2. Install NodeJS
  3. Open this project in vscode
  4. In the vscode terminal, run npm install
  5. Once all dependencies have been installed, run npm start
  6. Navigate to http://localhost:3000/blocks in the browser to open the frontend

To setup on systemcore

See docs/running_on_systemcore.md for setup instructions.

Known Issues

Please check the issues on github for known issues.

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 89.9%
  • Python 8.5%
  • Shell 1.3%
  • Other 0.3%