From b8ebcff2c2b53d745a998edefb77bfb058bf208d Mon Sep 17 00:00:00 2001 From: serialexperiments0815 <112315380+serialexperiments0815@users.noreply.github.com> Date: Wed, 27 May 2026 20:03:30 +0200 Subject: [PATCH] Update README with installation and usage details Added installation and usage instructions to README. --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c77218..e4ede91 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,27 @@ Following stack is used: * Database: MariaDB * Client: Vue.js (HTML, CSS, JavaScript) * Client-Server-Communikation via REST -* Additional: Responsive Webdesign \ No newline at end of file +* Additional: Responsive Webdesign + +### Installation +1. open CMD +2. git clone https://github.com/serialexperiments0815/Dilomarkt---Digitaler-Lokalmarkt/ +3. cd Dilomarkt---Digitaler-Lokalmarkt/Dilomarkt +4. npm install + +### Usage +1. From the 'Dilomarkt' folder to start development server +``` +npm run dev +``` + +2. caddy run to start local server +``` +caddy run +``` + +3. Enter website +``` +https://localhost +``` +