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

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

Awesome Lists containing this project

README

          

[blobby](https://github.com/danielesteban/blobby)
==

[![screenshot](public/screenshot.png)](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
```