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
- Host: GitHub
- URL: https://github.com/carvilsi/mvpmc
- Owner: carvilsi
- License: mit
- Created: 2017-04-10T19:25:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T18:59:56.000Z (about 9 years ago)
- Last Synced: 2025-03-20T16:49:29.115Z (over 1 year ago)
- Topics: electron, javascript, model-canvas, mvp
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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)