Update README with installation and usage details

Added installation and usage instructions to README.
This commit is contained in:
serialexperiments0815 2026-05-27 20:03:30 +02:00 committed by GitHub
parent 500ed55f15
commit b8ebcff2c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,3 +6,26 @@ Following stack is used:
* Client: Vue.js (HTML, CSS, JavaScript) * Client: Vue.js (HTML, CSS, JavaScript)
* Client-Server-Communikation via REST * Client-Server-Communikation via REST
* Additional: Responsive Webdesign * 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
```