forked from avi/signalelsewhere
a56d534964c82a880ee1623d74df53715464aff5
Initial save point: Scene 1 complete - Matrix rain, CRT flicker, typewriter text, FOLLOW THEM button
Signal Elsewhere
An interactive educational experience about money, technology, food, and health — built as a Capacitor Android app.
Development
The app is a single-page HTML/JS application. No build step is needed for the web version.
# Serve locally for development
python3 -m http.server 8080
# or
npx serve .
Open http://localhost:8080 in your browser.
Android Build
# Install dependencies
npm install
# Copy web assets to Android
npx cap copy
# Sync Capacitor config
npx cap sync android
# Open in Android Studio
npx cap open android
From Android Studio, build and run on a device or emulator.
Structure
index.html— main application sourcewww/— production web directory (copied to Android)android/— Android project (Capacitor)capacitor.config.json— Capacitor configuration
License
ISC
Description
Languages
HTML
98.7%
Java
1.3%