Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 460 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 460 Bytes

SystemCore Blocks Interface

WARNING! This is not ready for use and is under heavy development of basic features

Setup

  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 run start
  6. Navigate to localhost:3000 in the browser to open the frontend
  7. Make sure any python backends are running on your PC.