Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
L50N authored Dec 18, 2024
1 parent 13ccfcd commit 863fd2f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Hauptfunktionen:
* Docker und Docker Compose (Plugin) auf deinem System installiert.
* Grundkenntnisse über Docker und Container.

### Installation
### Installation des Webservers

1. Klone das Repository:
```bash
Expand All @@ -46,16 +46,20 @@ Hauptfunktionen:
```bash
cd SvelteKit-Docker
```
3. **Erstelle einen `./data`-Ordner und lege deinen App-Quellcode hinein.**
4. Baue und starte den Docker-Container:
3. Aufbau des Projekts mit Hilfe von NodeJS:
```bash
npm ci && npm run build
```
4. **Erstelle einen `./data`-Ordner und lege deinen App-Quellcode hinein.**
5. Baue und starte den Docker-Container:
```bash
docker compose up -d
```
(Das kann etwas dauern...)

## Nutzung

Nachdem der Container gestartet ist, ist deine SvelteKit-App unter 🔗 http://127.0.0.1:3000/ erreichbar.
Nachdem der Container gestartet ist, ist deine SvelteKit-App unter 🔗 http://127.0.0.1:3000/ erreichbar. Der Entwicklungsserver kann wie gewohnt von Svelte aus mit `npm run dev` gestartet werden.

## Danksagungen

Expand Down

0 comments on commit 863fd2f

Please sign in to comment.