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

https://github.com/carvilsi/mvpmc

Minimum Viable Product Model Canvas
https://github.com/carvilsi/mvpmc

electron javascript model-canvas mvp

Last synced: about 2 months ago
JSON representation

Minimum Viable Product Model Canvas

Awesome Lists containing this project

README

          

# MVPmc

Minimum Viable Product Model Canvas (Electron)

This tool tries to help you during the task of defining the MVP for your new awesome idea.

![Alt vmware](https://github.com/carvilsi/mvpmc/raw/master/MVPmc.png)

The electron app recycled from the infamous web app with the [same name](http://5.196.11.71/mvpmc/)

## Run

Choose and download the right package for you os at the [release](https://github.com/carvilsi/mvpmc/releases) place in this repository. Unpack the content and run the bin.

## Build

Clone this repository.
`$ bower install`
`$ npm install`

Run:
`$ npm start`
Packaging for all platforms:
`$ npm run package`

*note:* for windows you will require wine, on mac os `$ brew install wine`

### Dependencies

[electron](https://github.com/electron/electron)
[electron-packager](https://www.npmjs.com/package/electron-packager)