Initial commit — Singular Particular Space v1

Homepage (site/index.html): integration-v14 promoted, Writings section
integrated with 33 pieces clustered by type (stories/essays/miscellany),
Writings welcome lightbox, content frame at 98% opacity.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-27 12:09:22 +02:00
commit 5422131782
359 changed files with 117437 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
#!/data/data/com.termux/files/usr/bin/bash
# Meshagora — Termux dependency installer
# Run once before first use: bash install_termux.sh
set -e
echo "========================================"
echo "Meshagora — Termux Setup"
echo "========================================"
echo ""
echo "[1/2] Installing system packages..."
pkg install -y python net-tools libjpeg-turbo libpng
echo ""
echo "[2/2] Installing Python packages..."
pip install flask "qrcode[pil]"
echo ""
echo "========================================"
echo "Setup complete."
echo ""
echo "Before starting the server:"
echo " 1. Enable Android mobile hotspot"
echo " 2. Run: python3 meshagora.py"
echo "========================================"