https://github.com/danielesteban/blobby
An unexpected crossover between cubitos and three-raymarcher
https://github.com/danielesteban/blobby
Last synced: 7 days ago
JSON representation
An unexpected crossover between cubitos and three-raymarcher
- Host: GitHub
- URL: https://github.com/danielesteban/blobby
- Owner: danielesteban
- License: mit
- Created: 2022-07-16T10:54:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-18T17:55:48.000Z (about 4 years ago)
- Last Synced: 2025-10-24T06:07:12.059Z (9 months ago)
- Language: JavaScript
- Homepage: https://blobby.gatunes.com
- Size: 1.46 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[blobby](https://github.com/danielesteban/blobby)
==
[](https://blobby.gatunes.com)
### Dev environment
```bash
# clone repo:
git clone https://github.com/danielesteban/blobby.git
cd blobby
# install dependencies:
npm install
# start environment:
npm start
# open http://localhost:8080/ in your browser
```