Update README.md

This commit is contained in:
JovannMC 2024-11-13 20:28:06 +03:00
parent 677842b7d3
commit dbc3774c5b
No known key found for this signature in database
1 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
# 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](https://vert.sh).
VERT is a file conversion utility for the web that uses WebAssembly to convert files directly on your device instead of on a cloud. Check out the live instance at [vert.sh](https://vert.sh).
This project uses Svelte & TypeScript (via [bun](https://bun.sh)).
VERT is built with Svelte & TypeScript (using [bun](https://bun.sh)).
## Development
- Clone the project - `git clone https://github.com/not-nullptr/VERT.git`
- Use [bun](https://bun.sh) to install the dependencies - `bun install`
- Copy `.env.example` to `.env` and make any changes (if wanted)
- Copy the contents of `.env.example` into `.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`