https://github.com/ckolderup/p5-sketches
Sketches for Processing/p5js
https://github.com/ckolderup/p5-sketches
Last synced: 4 months ago
JSON representation
Sketches for Processing/p5js
- Host: GitHub
- URL: https://github.com/ckolderup/p5-sketches
- Owner: ckolderup
- Created: 2017-07-12T06:28:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T06:42:49.000Z (over 8 years ago)
- Last Synced: 2025-10-09T11:09:04.058Z (4 months ago)
- Language: JavaScript
- Size: 224 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I run these via python's simple http server:
run:
```
python -m SimpleHTTPServer 8080
```
or node's http-server:
install:
```
npm install http-server -g
```
run:
```
http-server
```