Find type of your file in a fast and secure way.
https://my-file-type.vercel.app/
My File Type can be built on Linux and macOS.
For Windows, you may use WSL.
You may use nvm to install node.
npm i -g pnpm
pnpm i
# Ubuntu
apt install autoconf automake libtool
# macOS
brew install autoconf automake libtool
https://emscripten.org/docs/getting_started/downloads.html
git submodule init
git submodule update
pnpm run native
pnpm run lib
pnpm run wasm
pnpm run dev
pnpm run lint:fix
pnpm run check
pnpm run build
pnpm run test
pnpm run preview
export LIBRESERVICE_CDN=https://cdn.jsdelivr.net/npm/@libreservice/my-file-type@VERSION/dist/ # optional
vercel build --prod
vercel deploy --prebuilt --prod
AGPLv3+