https://github.com/dynamite-bud/three-js-cameras-test
three-js cameras test repo
https://github.com/dynamite-bud/three-js-cameras-test
Last synced: 3 months ago
JSON representation
three-js cameras test repo
- Host: GitHub
- URL: https://github.com/dynamite-bud/three-js-cameras-test
- Owner: dynamite-bud
- Created: 2022-02-09T10:07:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T10:12:41.000Z (over 3 years ago)
- Last Synced: 2025-01-18T17:43:36.417Z (4 months ago)
- Language: JavaScript
- Size: 674 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Three.js Journey
## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:``` bash
# Install dependencies (only the first time)
npm install# Run the local server at localhost:8080
npm run dev# Build for production in the dist/ directory
npm run build
```