An open API service indexing awesome lists of open source software.

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 宇宙

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
```