- Bash
sudo apt-get install bash
- Node.js
sudo apt-get install nodejs
- Node Package Manager (npm)
sudo apt-get install npm
- Parcel.js
npm install --save-dev parcel
- FabricJS
npm install --save fabric
- vsce
npm install --global @vscode/vsce
Optional:
- Install npm dependencies by running
npm install
in thedrawingLibrary
andvisualizerExtension
directories - Set
mainScript.sh
to be executable with:chmod +x ./mainScript.sh
- Run
mainScript.sh
(and choose the desired option)
The site can be then found at http://localhost:1234 (assuming the port 1234 is available)