A project built for TigerHacks 2020 using p5.js
There are many ways to run a p5.js project; here are a few simple ways to get up and running:
- Open the root directory using VSCode with this extension installed, then click "Go Live" in the bottom-right corner
- Open the root directory using Brackets, then click on the lightning bolt in the top-right corner
- Open a terminal/command prompt in the root directory, then start a web server using Python 3 (preinstalled on Mac and most Linux distros) by running the following command:
python -m http.server
Taste the rainbow.