/BlockShellEdit

This project is meant to link 'BlockConnectorServer' and 'ShellBlocksTranspiler'

Primary LanguageShellMIT LicenseMIT

BlockShellEdit

This project is meant to link BlockConnectorServer and ShellBlocksTranspiler, running this program you will be able to use run and console features from BlockConnectorServer integrated with ShellBlocksTranspiler.

Install & Run

Install procmail, python3, pip3, curl, npm and node in your system.

Then type in your terminal the following lines:

pip3 install jinja2
git clone https://github.com/SamuelPossamai/BlockShellEdit.git
cd BlockShellEdit
git submodule update --init --recursive
( cd BlockConnectorServer ; npm install )

After finishing the installation run the following line:

bash run.sh

After running the program you can access it through your preferred browser on http://localhost:7298/.