From 6a89c94921c73666514f77b0f4d2829bb0fc48c8 Mon Sep 17 00:00:00 2001 From: JovannMC Date: Thu, 14 Nov 2024 14:31:15 +0300 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7972aa8..0d5828d 100644 --- a/README.md +++ b/README.md @@ -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