Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.16 KB

README.md

File metadata and controls

32 lines (17 loc) · 1.16 KB

🌕 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