An open API service indexing awesome lists of open source software.

https://github.com/cyberdex/threejs

Three.js playground
https://github.com/cyberdex/threejs

Last synced: about 8 hours ago
JSON representation

Three.js playground

Awesome Lists containing this project

README

          

# Three.js playground

Install dependencies:
```
npm i
```

Run on https://localhost:8080
```
npm start
```

Production build:
```
npm run build
```