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

https://github.com/johnsonlee/playground

Interactive playground for mobile UI
https://github.com/johnsonlee/playground

Last synced: 4 months ago
JSON representation

Interactive playground for mobile UI

Awesome Lists containing this project

README

          

# Playground

Play with mobile UI on the fly.

## Getting Started

```bash
docker-compose up -d
```

```bash
curl -X POST -H 'Content-Type: application/json' http://localhost:8080/api/render -d '{"options":{"debug":true}}'
```

## The underlying - Sandbox

This playground is based on the [Sandbox](https://github.com/johnsonlee/sandbox) project