From bb89a84ba85cf43030b4ae17e88709ed6c352fb4 Mon Sep 17 00:00:00 2001 From: ZareMate <0.zaremate@gmail.com> Date: Mon, 12 May 2025 08:25:08 +0200 Subject: [PATCH] docs: update README with additional instructions for running the application --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a8913d3..04fe678 100644 --- a/README.md +++ b/README.md @@ -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