A simple sketch I make for brushing up my memory in the use of p5.js. Also an experiment to understand how to publish the sketch via github pages
- install
http-server
(I've used the commandsudo npm install http-server
); - clone the repo;
- enter its folder;
- open a terminal and use the
http-server
command;