There are many file convertors online that i usually use but what i found only converts x file type to y file type and that's it. Because of that i created a multimedia file convertor that converts most file types locally - on user device for enhanced speed, privacy and security.
To get started, just clone the repository and run npm install && npm run dev:
git clone https://github.com/GevaX/FileMagic
npm install
npm run dev
Note: If you are running on Windows run install --noptional flag (i.e. npm install --no-optional) which will skip installing fsevents.
If you wanted to run this site in production, you should install modules then build the site with npm run build and run it with npm start:
npm install
npm run build
npm start
You should run npm run build again any time you make changes to the site.
Note: If you are already running a webserver on port 80 (e.g. Macs usually have the Apache webserver running on port 80) you can still start the example in production mode by passing a different port as an Environment Variable when starting (e.g. PORT=3000 npm start).
Distributed under the MIT License. See LICENSE.txt for more information.
