ElectroBlocks-Legacy icon indicating copy to clipboard operation
ElectroBlocks-Legacy copied to clipboard

Building the Desktop

Open puttley opened this issue 7 years ago • 1 comments

Wonderful work you have done here. Can you explain the steps for building the desktop application? I can build blockly, no problem.

Thanks!

puttley avatar Dec 11 '18 23:12 puttley

How to get the environment running

  1. git clone the repo
  2. yarn install could not use npm at the time.
  3. yarn start

Compiling version

You can't compile the release because I have to sign the binaries with a bunch of certificates. You can compile your self you can see if the package.json all the commands.

Side Notes

yarn run publish-mac // this will sign the package as well yarn run publish-linux // this will publish the package for Linux on GitHub yarn run dist-win // this will create the package.

phptuts avatar Dec 17 '18 04:12 phptuts