Ideate with vinch.
Clone repository:
$ git clone https://github.com/getvinch/vinch.gitInstall dependencies:
$ yarnRuns the app in the development mode. Open http://localhost:3000 to view it in the browser.
Lints the files. Run yarn lint:fix to fix any errors.
Launches the test runner in the interactive watch mode.
Runs yarn build:vinch and yarn build:storybook.
Builds the app for production to the build folder.
Builds storybook to the build/storybook folder.
Creates a release by bumping the package.json, generating the CHANGELOG.md, and performing a Git commit and tag.
Runs storybook on http://localhost:9009.

