mirror of https://github.com/VERT-sh/VERT.git
Update README.md
This commit is contained in:
parent
50cc61d87d
commit
6a89c94921
14
README.md
14
README.md
|
@ -1,16 +1,14 @@
|
||||||

|

|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
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 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
|
## Features
|
||||||
|
|
||||||
- Convert files directly on your device using WebAssembly
|
- Convert files directly on your device using WebAssembly
|
||||||
- No file size limits
|
- No file or file size limits
|
||||||
- Supports multiple file formats
|
- Supports conversion of multiple file formats
|
||||||
- User-friendly interface built with Svelte
|
- User-friendly interface built with Svelte
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
@ -24,8 +22,10 @@ Make sure you have the following installed:
|
||||||
### Installation
|
### Installation
|
||||||
```sh
|
```sh
|
||||||
# Clone the repository
|
# Clone the repository
|
||||||
git clone https://github.com/yourusername/vert.git
|
git clone https://github.com/not-nullptr/vert.git
|
||||||
|
|
||||||
cd vert
|
cd vert
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
bun i
|
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`
|
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
|
## License
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue