Convert video, audio, image and other files.
This project is still in development stage. Document Conversion feature needs Libreoffice to be installed to work.
Node.js and npm should be installed.
Required commands for the project to work (type them in terminal/command prompt/powershell)
git clone https://github.com/aandrew-me/file-convert.git
cd file-convert
npm install
To run with Node.js use the command
node app
The app window will be opened. The will also be a server running locally on- http://localhost:60699
To run with Electron use the command.
npm start
For compiling packages for different platforms use the following commands: