This is a work in progress, please refer to this issue for the current status.
- Clone the repo
git clone git@github.com:distributev/the-proton.git
- On the root folder, run
npm install
, (oryarn
if using yarn instead of npm) - Then run
gulp start
, the electron app should open on a new native window after some initial build time.
gulp package-win
for Windows ia32 and x64 packagesgulp package-linux
for Linux ia32 and x64 packagesgulp package-osx
for MacOS (OSX) x64 package
gulp test:e2e