This is a desktop wrapper for the CodeWire web app. It is built using Electron.js.
The CodeWire source code that is used in this app is a fork of the original CodeWire source code. Reason being, there is added firebase and other support in the forked version. The original CodeWire source code can be found here.
- Clone the repository
git clone --recurse-submodules https://github.com/vltmedia/CodeWireDesktop
- Make sure you have the
--recurse-submodules
flag set, as this repository uses submodules.
- Run
npm install
to install all the dependencies.
- Run
npm start
to start the app.
- Run
npm run package-win
to build the app.
- Run
npm run package-mac
to build the app.
- Run
npm run package-linux
to build the app.