Skip to content

Commit fa79675

Browse files
author
Jaroslaw
committed
Add readme
1 parent 429eac6 commit fa79675

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.MD

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
```sh
17+
$ npm run dev
18+
```
19+
20+
to start devlopment server
21+
22+
the app will run on http://localhost:3000/

0 commit comments

Comments
 (0)