https://github.com/volatile-static/flight3d
https://github.com/volatile-static/flight3d
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/volatile-static/flight3d
- Owner: volatile-static
- Created: 2025-06-19T08:22:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-03T15:05:02.000Z (11 months ago)
- Last Synced: 2025-08-03T15:09:51.232Z (11 months ago)
- Language: TypeScript
- Size: 18.2 MB
- Stars: 0
- Watchers: 0
- 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
```