diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..6500ab2 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# p5js Creative coding +## How to run +* Open directory with this repository in console +* Run `python -m http.server` +* Open `http://localhost:8000` in browser +* Enjoy! |