summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2021-11-18 23:20:26 +0400
committerGitHub <noreply@github.com>2021-11-18 23:20:26 +0400
commitb14a2cf250a2460fd7b3e71d229f72e628fdb556 (patch)
tree92edcbc68cae8233be7ba8d28e58f0af33118988
parent516a43e46898363e05a0d13b5c4074f7a4e18517 (diff)
Added README.md
-rw-r--r--README.md6
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!