mirror of
https://github.com/serialexperiments0815/Dilomarkt---Digitaler-Lokalmarkt.git
synced 2026-07-12 15:32:19 +00:00
Update README with installation and usage details
Added installation and usage instructions to README.
This commit is contained in:
parent
500ed55f15
commit
b8ebcff2c2
1 changed files with 24 additions and 1 deletions
23
README.md
23
README.md
|
|
@ -6,3 +6,26 @@ Following stack is used:
|
|||
* Client: Vue.js (HTML, CSS, JavaScript)
|
||||
* Client-Server-Communikation via REST
|
||||
* 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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue