Artisanal text corruption, served fresh!
  • JavaScript 45.4%
  • Python 17%
  • HTML 15.6%
  • CSS 14.8%
  • Just 7.2%
Find a file
Ole-Morten Duesund 749df446e9 Add Justfile and fix server implementation
Server improvements:
- Complete rewrite with robust IPv4/IPv6 support
- Graceful fallback from IPv6 dual-stack to IPv4-only
- Better error handling and informative startup messages
- Proper socket cleanup and server shutdown
- Custom logging with timestamps

Justfile additions:
- serve/serve-bg/stop - Server management
- lint-all/format-all/check-all - Code quality commands
- install/setup/clean - Project management
- validate/info/status - Development helpers
- icons-png/icons-browser - Icon generation
- commit/quick-commit - Git workflow helpers

The server now works reliably across different network configurations
and the justfile provides a comprehensive development workflow.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-18 20:13:04 +02:00
app Rebrand to GlitchCraft with IPv6 support 2025-08-18 20:03:51 +02:00
.eslintrc.json Initial commit: Text Corruptor PWA 2025-08-18 20:00:58 +02:00
.gitignore Initial commit: Text Corruptor PWA 2025-08-18 20:00:58 +02:00
.prettierrc Initial commit: Text Corruptor PWA 2025-08-18 20:00:58 +02:00
bun.lock Initial commit: Text Corruptor PWA 2025-08-18 20:00:58 +02:00
CLAUDE.md Reformat and enhance CLAUDE.md documentation 2025-08-18 20:04:53 +02:00
justfile Add Justfile and fix server implementation 2025-08-18 20:13:04 +02:00
package.json Initial commit: Text Corruptor PWA 2025-08-18 20:00:58 +02:00
server.py Add Justfile and fix server implementation 2025-08-18 20:13:04 +02:00