A template to speed up getting started with p5js. This template includes a basic webpage with p5js already linked.
To edit the webpage, simply edit the index.html file. The CSS and JS files are located in the css and js directories respectively.
You can use github codespaces to edit the files directly in the browser.
In terminal, run the following command:
php -S localhost:3006 -t ./
Then, open your browser and type in the following URL:
http://localhost:3006/
To quit the server, press Ctrl+C in terminal.