remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
remix-project/apps/remixdesktop
bunsenstraat 89f72b055a name 9 months ago
..
assets icons 1 year ago
src 1.02-beta 9 months ago
test name 9 months ago
README.md Squashed commit of the following: 2 years ago
afterbuild.js append dmgs 11 months ago
aftersign.js log 11 months ago
alpha.json channels 9 months ago
beta.json exe name 9 months ago
entitlements.mac.plist harden 12 months ago
insiders.json test channel 9 months ago
latest.json channels 9 months ago
nightwatch.conf.js windows tests 11 months ago
notarizedmg.sh xcrun 11 months ago
package.json downgrade builder 9 months ago
run_ci_test.sh test script 10 months ago
rundist.bash use awk 9 months ago
splice_tests.js fix test script 10 months ago
tsconfig.e2e.json desktop e2e 1 year ago
tsconfig.json desktop e2e 1 year ago
yarn.lock downgrade builder 9 months ago

README.md

REMIX DESKTOP

Development

In the main repo yarn, then run yarn serve In this directory apps/remixdesktop, yarn, then run: yarn start:dev to boot the electron app In chrome chrome://inspect/#devices you can add localhost:5858 to the network targets and then you will see an inspect button electron/js2c/browser_init file:/// You can use that to inspect the output of the electron app

If you run into issues with yarn when native node modules are being rebuilt you need

  • Windows: install Visual Studio Tools with Desktop Development C++ enabled in the Workloads
  • MacOS: install Xcode or Xcode Command Line Tools
  • Linux: unknown, probably a C++ compiler

Builds

Builds can be found in the artefacts of CI.

CI

CI will only run the builds is the branch is master or contains the word: desktop