mirror of https://github.com/VERT-sh/VERT.git
Uses localStorage to save the "output filename" option & update text to be clearer that it applies to a single image also use date variable for zip download |
||
---|---|---|
src | ||
static | ||
.env.example | ||
.gitignore | ||
.npmrc | ||
.prettierignore | ||
.prettierrc | ||
LICENSE | ||
README.md | ||
eslint.config.js | ||
package.json | ||
postcss.config.js | ||
svelte.config.js | ||
tailwind.config.ts | ||
tsconfig.json | ||
vite.config.ts |
README.md
VERT
VERT is a file conversion utility that uses WebAssembly to convert files on your device instead of a cloud. Check out the live instance at vert.sh.
This project uses Svelte & TypeScript (via bun).
Development
- Clone the project -
git clone https://github.com/not-nullptr/VERT.git
- Use bun to install the dependencies -
bun install
- Copy
.env.example
to.env
and make any changes (if wanted) - Start a dev environment & make your changes -
bun run dev
- Build and preview for production -
bun run build
&bun run preview