Skip to content

sinancepel/visual-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visual-programming

Installing Dependencies

Go to the blocksuniverse directory, and run

pip install -r requirements.txt

python manage.py migrate

and then to blocksuniverse/frontend, and run

npm install

to install the required dependencies.

Running the service

First, run the server from blocksuniverse:

python manage.py runserver

Then, run gulp from blocksuniverse/frontend:

./gulp

You're good to go! Test that everything works on localhost:8000.

About

A hierarchical visual programming system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published