Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

peterxcli/Grapycal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grapycal

image

Installation (for Development)

backend:

cd backend
poetry install

frontend:

cd frontend
npm install

Dependencies

Grapycal and its dependences consist of the following 6 packages:

While installing the npm packages, please use npm link and npm link <package name> to manually link ChatroomClient_ts to ObjectSyncClient_ts, and ObjectSyncClient_ts to Grapycal.

now can run npm install in frontend folder, instead of using npm link <package name>. Remember to run npm update in frontend folder and poetry update in backend folder when any of chatroom and objectsync dependencies is updated.

Run App (for Development)

  1. run Grapycal server
cd backend
scripts/run.sh
  1. run web server
cd frontend
npm run app
  1. Go to localhost:9001 with a web browser.

About

A graphical programming language with high interactivity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.6%
  • TypeScript 47.0%
  • Other 1.4%