Update README.md

This commit is contained in:
JovannMC 2024-11-14 14:31:15 +03:00
parent 50cc61d87d
commit 6a89c94921
No known key found for this signature in database
1 changed files with 7 additions and 7 deletions

View File

@ -1,16 +1,14 @@
![VERT](static/banner.png)
![Image of VERT on an old computer monitor](/src/lib/assets/VERT_Feature.webp)
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).
VERT is built with Svelte & TypeScript (using [bun](https://bun.sh)).
VERT is built with Svelte and TypeScript.
## Features
- Convert files directly on your device using WebAssembly
- No file size limits
- Supports multiple file formats
- No file or file size limits
- Supports conversion of multiple file formats
- User-friendly interface built with Svelte
## Getting Started
@ -24,8 +22,10 @@ Make sure you have the following installed:
### Installation
```sh
# Clone the repository
git clone https://github.com/yourusername/vert.git
git clone https://github.com/not-nullptr/vert.git
cd vert
# Install dependencies
bun i
```
@ -47,7 +47,7 @@ PUB_PLAUSIBLE_URL=https://plausible.example.com # can be empty if not using Plau
To build the project for production, run `bun run build`
This will build the site to the `build` folder. You can then start the server with `bun ./build/index.js` and navigate to `http://localhost:3000` to see the application.
This will build the site to the `build` folder. You can then start the server with `bun run preview` and navigate to `http://localhost:4173` to see the application.
## License