Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/uniqys/Sample-CryptOsushi

CryptOsushi: a sample app for Uniqys Kit
https://github.com/uniqys/Sample-CryptOsushi

Last synced: about 2 months ago
JSON representation

CryptOsushi: a sample app for Uniqys Kit

Awesome Lists containing this project

README

        

# Sample-CryptOsushi

## Setup
```bash
$ docker-compose build
$ docker-compose up
```

open localhost:3000

## cleanup
```bash
$ docker-compose down -v
```