27 lines
457 B
Markdown
27 lines
457 B
Markdown
|
|
# Getting Started
|
||
|
|
|
||
|
|
Schnellstart für das Prompt-Templates-Projekt.
|
||
|
|
|
||
|
|
## Voraussetzungen
|
||
|
|
|
||
|
|
- Python 3.10+
|
||
|
|
- Moderner Browser
|
||
|
|
|
||
|
|
## Server starten
|
||
|
|
|
||
|
|
```bash
|
||
|
|
python3 web/serve.py
|
||
|
|
```
|
||
|
|
|
||
|
|
Der Server bindet auf Port `8081`. Anschließend im Browser öffnen:
|
||
|
|
|
||
|
|
http://localhost:8081/
|
||
|
|
|
||
|
|
## Templates bearbeiten
|
||
|
|
|
||
|
|
- System-Templates (JSON): `templates/system/`
|
||
|
|
- User-Templates (Markdown): `templates/user/`
|
||
|
|
- Katalog: `web/templates.json`
|
||
|
|
|
||
|
|
> Stub — noch auszuarbeiten.
|