A Desktop app of the FluxSync project.
This app is built on the top of the Electron Framework.
This app is in development stage.
- Prepare Node.js and npm first.
- Clone this repo
- If you are using windwos, absolute path to the clonse repo must not contain any non-ascii characters or it will make compile error while installing dependencies.
- Install dependencies by running
npm run insdeps
- Using windows? install
windows-build-tools
node package golbally before installing deps.
- Using windows? install
- After installing deps, run
npm start
to test the desktop app.