https://github.com/deep-69bits/space.github.io
https://github.com/deep-69bits/space.github.io
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/deep-69bits/space.github.io
- Owner: deep-69bits
- Created: 2022-12-10T08:40:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T08:50:11.000Z (over 3 years ago)
- Last Synced: 2025-01-22T05:34:40.376Z (over 1 year ago)
- Language: JavaScript
- Size: 15.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Three.js Starter
Courtesy of Bruno Simon of https://threejs-journey.xyz/
## 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
```