Compare commits
4 Commits
coldown-fi
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 09c6984c0f | |||
| 60d9507a5b | |||
| b7365d2127 | |||
| 5153d7d7de |
33
README.md
33
README.md
@@ -0,0 +1,33 @@
|
|||||||
|
# r/place - Schnellstart
|
||||||
|
|
||||||
|
## Sofort starten (Entwicklung)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm install
|
||||||
|
npm run dev
|
||||||
|
```
|
||||||
|
|
||||||
|
Dann öffne: http://localhost:5000
|
||||||
|
|
||||||
|
## Konfiguration
|
||||||
|
|
||||||
|
Bearbeite `config.cfg` für:
|
||||||
|
- Canvas-Größe (CANVAS_WIDTH, CANVAS_HEIGHT)
|
||||||
|
- Cooldown-Zeit (DEFAULT_COOLDOWN_SECONDS)
|
||||||
|
- Export-Intervall (AUTO_EXPORT_INTERVAL_SECONDS)
|
||||||
|
|
||||||
|
## Wichtige Dateien
|
||||||
|
|
||||||
|
- `config.cfg` - Alle Einstellungen
|
||||||
|
- `exports/` - Automatische SVG-Exports
|
||||||
|
- `INSTALLATION.md` - Detaillierte Server-Installation
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
✓ 32 offizielle r/place 2022 Farben
|
||||||
|
✓ Koordinatensystem mit Achsenbeschriftung
|
||||||
|
✓ Live-Mauskoordinaten
|
||||||
|
✓ Automatische SVG-Exports
|
||||||
|
✓ WebSocket Live-Updates
|
||||||
|
✓ Cooldown-System
|
||||||
|
✓ Deutsche Benutzeroberfläche
|
||||||
33
START.md
33
START.md
@@ -1,33 +0,0 @@
|
|||||||
# r/place - Schnellstart
|
|
||||||
|
|
||||||
## Sofort starten (Entwicklung)
|
|
||||||
|
|
||||||
```bash
|
|
||||||
npm install
|
|
||||||
npm run dev
|
|
||||||
```
|
|
||||||
|
|
||||||
Dann öffne: http://localhost:5000
|
|
||||||
|
|
||||||
## Konfiguration
|
|
||||||
|
|
||||||
Bearbeite `config.cfg` für:
|
|
||||||
- Canvas-Größe (CANVAS_WIDTH, CANVAS_HEIGHT)
|
|
||||||
- Cooldown-Zeit (DEFAULT_COOLDOWN_SECONDS)
|
|
||||||
- Export-Intervall (AUTO_EXPORT_INTERVAL_SECONDS)
|
|
||||||
|
|
||||||
## Wichtige Dateien
|
|
||||||
|
|
||||||
- `config.cfg` - Alle Einstellungen
|
|
||||||
- `exports/` - Automatische SVG-Exports
|
|
||||||
- `INSTALLATION.md` - Detaillierte Server-Installation
|
|
||||||
|
|
||||||
## Features
|
|
||||||
|
|
||||||
✓ 32 offizielle r/place 2022 Farben
|
|
||||||
✓ Koordinatensystem mit Achsenbeschriftung
|
|
||||||
✓ Live-Mauskoordinaten
|
|
||||||
✓ Automatische SVG-Exports
|
|
||||||
✓ WebSocket Live-Updates
|
|
||||||
✓ Cooldown-System
|
|
||||||
✓ Deutsche Benutzeroberfläche
|
|
||||||
Reference in New Issue
Block a user