Update README.md

This commit is contained in:
coast 2025-10-02 04:01:22 +02:00
parent ed4b121081
commit 75acaaa4d6

View file

@ -1,14 +1,6 @@
# WebUI - A Simple File Management Tool
WebUI is a lightweight and easy-to-use web application for managing files on your server. It provides a simple interface to upload, download, delete, and preview files.
## Features
* **File Uploading:** Upload one or more files at a time.
* **File Listing:** View a list of all uploaded files with their size and modification date.
* **File Download:** Download files to your local machine.
* **File Deletion:** Remove files from the server.
* **File Preview:** Preview text and image files directly in the browser.
WebUI is a lightweight and easy-to-use web application for managing files on your server.
## Screenshot
@ -16,21 +8,21 @@ WebUI is a lightweight and easy-to-use web application for managing files on you
## Getting Started
### Prerequisites
### dependencies
* [Node.js](https://nodejs.org/) installed on your system.
### Installation
1. Clone the repository:
1. Clone:
```bash
git clone https://codeberg.org/coast/webui.git
```
2. Navigate to the project directory:
2. Navigate to the directory:
```bash
cd webui
```
3. Install the dependencies:
3. Install dependencies:
```bash
npm install
```
@ -41,11 +33,7 @@ WebUI is a lightweight and easy-to-use web application for managing files on you
```bash
node server.js
```
2. Open your web browser and go to `http://localhost:3000`.
## Contributing
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
2. Open your browser of choice and go to `http://<SERVER_IP>:3000` or `http://localhost:3000`.
## License