Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kjirou/midas-touch

A freehand drawing based prototyping tool
https://github.com/kjirou/midas-touch

Last synced: 12 days ago
JSON representation

A freehand drawing based prototyping tool

Awesome Lists containing this project

README

        

# midas-touch

[![CircleCI](https://circleci.com/gh/kjirou/midas-touch.svg?style=svg)](https://circleci.com/gh/kjirou/midas-touch)

A freehand drawing based prototyping tool

## Development

### Installation

```bash
git clone [email protected]:kjirou/midas-touch.git
cd midas-touch
npm install
npm run init
```

### Run this application on your browser

```bash
npm run develop
```