Improve canvas positioning and add detailed installation instructions
Remove grid layout for canvas and implement absolute positioning for pixels, along with a comprehensive installation guide for server deployment. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 0385ea33-cde8-4bbd-8fce-8d192d30eb41 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/870d08ce-da3b-4822-9874-c2fe2b7628b1/0385ea33-cde8-4bbd-8fce-8d192d30eb41/7Hr2NPt
This commit is contained in:
33
START.md
Normal file
33
START.md
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user