You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ For further reference use the [simple example](https://github.com/juniorxsound/T
45
45
46
46
47
47
## Contribute
48
-
Fork/Clone the repository and ```npm install``` all dependencies
48
+
Fork/Clone the repository, make sure to use the ```--recursive``` flag when you clone to clone submodules too, and ```npm install``` all dependencies
49
49
### Build system commands:
50
50
-```npm run start``` uses [concurrently](https://github.com/kimmobrunfeldt/concurrently) to run both an [http-server](https://www.npmjs.com/package/http-server) and a [watchify](https://www.npmjs.com/package/watchify) build opreation on every save to ```dist/kinectron.three.js```.
51
51
-```npm run build``` builds a minified version of the plugin once and saves it to ```dist/kinectron.three.min.js```
0 commit comments