https://github.com/brianhuster/threejs-relax
https://github.com/brianhuster/threejs-relax
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brianhuster/threejs-relax
- Owner: brianhuster
- Created: 2024-12-22T19:27:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-26T02:03:42.000Z (over 1 year ago)
- Last Synced: 2024-12-31T18:50:14.411Z (over 1 year ago)
- Language: JavaScript
- Size: 54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# threejs-relax
## Cách chạy
1. Clone project về máy
```bash
git clone --depth=1 https://github.com/brianhuster/threejs-relax.git
cd threejs-relax
```
2. Cài đặt các thư viện cần thiết
```bash
npm install
```
3. Chạy server
```bash
npx vite
```