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

https://github.com/freeshineit/threejs-demo

three.js demo
https://github.com/freeshineit/threejs-demo

threejs

Last synced: 7 months ago
JSON representation

three.js demo

Awesome Lists containing this project

README

          

# three.js demo

![build](https://github.com/freeshineit/threejs-demo/workflows/build/badge.svg)

## Use

```bash
#
pnpm install

# development
pnpm run dev

# production
pnpm run build

# https://github.com/http-party/http-server
# http-server >= 14
cd dist && http-server -g -p 8080
```