https://github.com/oslavdev/flying-through-space
A small WebGl particles experiment flying through space 宇宙
https://github.com/oslavdev/flying-through-space
Last synced: 10 months ago
JSON representation
A small WebGl particles experiment flying through space 宇宙
- Host: GitHub
- URL: https://github.com/oslavdev/flying-through-space
- Owner: oslavdev
- Created: 2021-12-05T17:06:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-06T17:11:31.000Z (about 4 years ago)
- Last Synced: 2025-01-24T05:11:38.835Z (about 1 year ago)
- Language: JavaScript
- Homepage: flying-through-space.vercel.app
- Size: 4.86 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Fly through space
## Setup
``` 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
```