To get started, download the editor here, and visit p5js.org for more info on p5.js.
If you're interested in contributing, follow the direction below:
- Node.js
- Git
- Clone this repo:
git clone https://github.com/antiboredom/jside.git
- Enter the repo directory and install the development modules:
npm install
- Install secondary modules:
cd public
and thennpm install
- Install gulp.js globally:
npm install gulp -g
- From the root directory of the repo run gulp:
gulp
- Start up the app:
npm run app
Most development takes place in the app
folder. Gulp will watch the files in the app folder, then bundle them up with Browserfiy, and send the results to the public
folder.
The public folder contains the package.json
for the application window, as well as the base index.html
file for the application.
Below you'll find documentation for the different libraries we're using