Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/n1md7/galaxy-generator

Galaxy generator
https://github.com/n1md7/galaxy-generator

galaxy threejs

Last synced: about 1 month ago
JSON representation

Galaxy generator

Awesome Lists containing this project

README

        

# Galaxy Generator

![image](https://github.com/n1md7/galaxy-generator/assets/6734058/634c466e-ab03-46b0-b07c-360ff841aaed)

### Running

```bash
# Install dependencies
npm install
# For pre-commit hooks, run once
npm install husky

# Build
npm run build:github # For GitHub Pages
npm run build:crazy # For Crazy Games
npm run build:itch # For Itch.io

# Run development server
npm run dev

# Run preview server
npm run preview

# format code
npm run format
```