We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd612c6 commit 3afbf42Copy full SHA for 3afbf42
README.md
@@ -1,4 +1,6 @@
1
# sketches
2
First trials with p5js
3
4
+[](https://app.netlify.com/sites/sharp-davinci-94b7bb/deploys)
5
+
6
https://sharp-davinci-94b7bb.netlify.app/
package.json
@@ -7,7 +7,8 @@
7
"license": "MIT",
8
"private": true,
9
"scripts": {
10
- "start": "parcel playground/index.html --open"
+ "start": "parcel playground/index.html --open",
11
+ "build": "parcel build playground/index.html"
12
},
13
"dependencies": {
14
"p5": "^1.4.1"
0 commit comments