From dbc3774c5b3efeba73b61056041eb9bffdc49660 Mon Sep 17 00:00:00 2001 From: JovannMC Date: Wed, 13 Nov 2024 20:28:06 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2c64f25..c3140f0 100644 --- a/README.md +++ b/README.md @@ -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` \ No newline at end of file +- Build and preview for production - `bun run build` & `bun run preview`