HipsterBrown / xs-dev

The quickest way for getting started with JS on devices
https://xs-dev.js.org
MIT License
39 stars 13 forks source link

feat(setup): add target-branch option, pull latest release by default #57

Closed HipsterBrown closed 2 years ago

HipsterBrown commented 2 years ago

Fixes #24

Tested on Mac and Linux. This PR avoids building the Moddable tooling during the setup process, using the prebuilt release assets from GitHub and doing a shallow clone of the tagged branch instead. On linux, it is still required to to a bit of the build process to get the desktop applications installed correctly.

Docs:

Screen Shot 2022-08-15 at 5 48 32 PM