/mercury-app

The Mercury web playground wrapped in a standalone electron app

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

🌕 Mercury Electron App

This is Electron code to generate a standalone version of the Mercury Playground web app.

Mercury currently has 2 versions:

🚀 Start Sketching Online!

👾 Or code with the latest full version:

GitHub release (latest SemVer)

🙏 Support Mercury by becoming a Patron

💬 Join the Discord Community

How to build the App yourself

  1. $ git clone http://github.com/tmhglnd/mercury-app

  2. $ git clone http://github.com/tmhglnd/mercury-playground

  3. $ npm install in both repositories

  4. $ cd mercury-playground and npm run build

  5. copy the entire public folder to the mercury-app

  6. $ cd mercury-app and npm run make or npm start while developing the app