Download Processing 3.4 into the local directory.
The following command will run the inClassDemo1 project in the root folder.
npm run run-sketch -- inClassDemo1
The following command will run the Assignment1 project in the root folder, and will auto-reload on any .pde file change.
Note: requires running npm install beforehand to install dependencies.
npm run tweak-sketch -- Assignment1