We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 429eac6 commit fa79675Copy full SHA for fa79675
1 file changed
README.MD
@@ -0,0 +1,22 @@
1
+# Next.js + Three.js load GLTF models
2
+
3
+\_\_
4
5
+Example of how to upload GLTF models in Next.js application. For article on Medium.
6
7
+## How to run
8
9
+```sh
10
+$ npm run watch
11
12
+```
13
14
+to start typescript watcher
15
16
17
+$ npm run dev
18
19
20
+to start devlopment server
21
22
+the app will run on http://localhost:3000/
0 commit comments