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 +``` +