Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kjirou/midas-touch
- Owner: kjirou
- License: mit
- Created: 2016-07-08T16:18:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T07:56:07.000Z (about 3 years ago)
- Last Synced: 2023-03-30T12:33:03.719Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://kjirou.github.io/midas-touch/
- Size: 208 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```