/p5js-template

basic p5js template

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

A p5js Template

instructions

  1. click on the green "clone or download" button && copy the URL to clone this project. in ur terminal enter:
git clone https://github.com/net-art-and-cultures/p5js-template.git
  1. cd into the p5js-template folder && run a local server
cd p5js-template
python -m SimpleHTTPServer
  1. request the page from ur browser
localhost:8000