Nanofox
Simple FTP-manager based on Vue 3 and ElectronJS
Installation
Nanofox requires Node.js v10+ to run.
Install the dependencies and devDependencies.
yarn
Run
To run locally
yarn build && yarn e:start
Development
To monitor changes and rebuild the project:
yarn build --watch
yarn e:dev
Building for source
For production release:
yarn build && yarn e:build
License
MIT