Awesome
🌕 Mercury Electron App
This is Electron code to generate a standalone version of the Mercury Playground web app.
Mercury currently has 2 versions:
- Web version running in the browser (Windows/Mac/Linux) go to this repo
- Full version running in Max8 (Windows/Mac only) go to this repo
👾 Or code with the latest full version:
🙏 Support Mercury by becoming a Patron
How to build the App yourself
-
$ git clone http://github.com/tmhglnd/mercury-app
-
$ git clone http://github.com/tmhglnd/mercury-playground
-
$ npm install
in both repositories -
$ cd mercury-playground
andnpm run build
-
copy the entire
public
folder to themercury-app
-
$ cd mercury-app
andnpm run make
ornpm start
while developing the app