Skip to content

Instantly share code, notes, and snippets.

@ilovejs
Last active August 6, 2019 00:43
Show Gist options
  • Save ilovejs/a9c444159999c6cfd3282423211c69a4 to your computer and use it in GitHub Desktop.
Save ilovejs/a9c444159999c6cfd3282423211c69a4 to your computer and use it in GitHub Desktop.
how to run iceworks app or anything

simplified steps

git checkout branch release/3.0.3
cd packages/iceworks-server && yarn install

cd tools/iceworks-app/renderer && yarn install && yarn start
cd tools/iceworks-app && yarn install && yarn start

variations and pc setups

Windows 10, git bash not wsl. icework gui support mac and windows

read readme.md and error logs

i've manually install egg-bin and electron globally yarn global add xxx

i've digged in ci console logs for the production node version, which is node 8.x

references

https://github.com/alibaba/ice
https://www.npmjs.com/package/midway-bin
https://www.npmjs.com/package/midway-mirror
https://www.npmjs.com/search?q=midway
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment