docs: update README with additional instructions for running the application

This commit is contained in:
ZareMate 2025-05-12 08:25:08 +02:00
parent 90329f6b22
commit bb89a84ba8
Signed by: zaremate
GPG Key ID: 369A0E45E03A81C3

View File

@ -85,3 +85,6 @@ This is a [T3 Stack](https://create.t3.gg/) project. It provides a file hosting
```bash
git clone https://github.com/your-username/file-hosting.git
cd file-hosting
npm install
npm run build
npm run start