- Add package.json for project metadata and dependencies - Create server.js for API endpoints and server logic - Implement data persistence using JSON file for server information - Add HTML frontend (vps_manager.html) for server management interface - Include Leaflet for map visualization of server locations - Create start.bat for easy server startup on Windows
365 B
365 B
Cerebrum: vps-manager
Preferences
- Keep all UI in a single HTML file (no build step, no framework)
- Dark GitHub-style theme must be preserved exactly
- IBM Plex Mono / IBM Plex Sans fonts
Do-Not-Repeat
- Do NOT use window.storage (non-standard, breaks in browser) — use fetch + REST API
- Do NOT split HTML/CSS/JS into separate files unless user asks