https://github.com/frehner/18-particles
https://github.com/frehner/18-particles
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/frehner/18-particles
- Owner: frehner
- Created: 2022-03-10T00:06:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-28T03:42:42.000Z (over 4 years ago)
- Last Synced: 2025-04-09T15:13:44.398Z (about 1 year ago)
- Language: JavaScript
- Size: 140 KB
- Stars: 0
- Watchers: 2
- 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
```