Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/n1md7/galaxy-generator
- Owner: n1md7
- License: mit
- Created: 2023-10-16T18:16:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-16T20:11:22.000Z (about 1 year ago)
- Last Synced: 2024-10-14T02:23:19.548Z (3 months ago)
- Topics: galaxy, threejs
- Language: TypeScript
- Homepage: https://n1md7.github.io/galaxy-generator/
- Size: 1.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```