-
Notifications
You must be signed in to change notification settings - Fork 4
Development
Andrey S edited this page Jun 15, 2018
·
1 revision
Use Miniature-development
branch for development and master
when building.
- Install Node and Grunt.
- Download Electron.
- Clone 'https://github.com/doreminiature/miniature.git'
- Install development dependencies:
npm install
. - Develop:
grunt dev
. - Run browser:
/Path/To/Electron /Path/To/Miniature
. - Build:
grunt windowsBuild
,grunt macBuild
,grunt linuxBuild
. Builds in/Path/To/Miniature/dist
If you are using OS X, install Homebrew, then run brew install fakeroot dpkg
.