https://yarnpkg.com/en/docs/install#mac-stable
https://github.com/creationix/nvm#installation-and-update
nvm install 10
And then install the dependencies with yarn.
$ cd your-project-name
$ yarn
Start the app in the dev
environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:
$ yarn dev
To package apps for the local platform:
$ yarn package
See our docs and guides here
Support us with a monthly donation and help us continue our activities. [Become a backer]
Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]