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

https://github.com/danielesteban/sandbox


https://github.com/danielesteban/sandbox

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

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

[![sandbox](screenshot.png)](https://sandbox.gatunes.com)

### Dev environment

```bash
# clone repo:
git clone https://github.com/danielesteban/sandbox.git
cd sandbox
# install dependencies:
pnpm install
# start environment:
pnpm start
# open http://localhost:8080/ in your browser
```