Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sinej/threejs-scene
threejs-scene
https://github.com/sinej/threejs-scene
Last synced: 2 days ago
JSON representation
threejs-scene
- Host: GitHub
- URL: https://github.com/sinej/threejs-scene
- Owner: sinej
- Created: 2024-05-05T13:13:27.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-07T02:33:51.000Z (7 months ago)
- Last Synced: 2024-05-12T14:44:29.714Z (6 months ago)
- Language: JavaScript
- Homepage: https://threejs-scene-six.vercel.app
- Size: 241 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
1. Install packages
-------------------------
npm i -D vite
-------------------------
npm i three
-------------------------2. Run the development server
-------------------------
npm start
-------------------------3. Build(create files for deployment)
-------------------------
npm run build
-------------------------