An app for learning lots of the worlds alphabets, or inventing your own.
This repository currently contains a stub implementation of the app.
It intentionally includes many TODO markers across the UI to outline planned
features:
- alphabet library loading and search
- glyph metadata and pronunciation playback
- custom alphabet composer and draft persistence
- practice mode and adaptive progress tracking
- API contracts, testing, and observability
npm install
npm run devnpm run buildThe production bundle is generated in dist/.
GitHub Actions is configured to:
- build the app on every push and pull request
- deploy to GitHub Pages from pushes to
mainormaster
The Pages deployment uses the built dist/ directory as its artifact.