A dot-matrix symbol designer and composer application.
- Symbol Designer: Create and edit 9x7 pixel symbols for characters (A-Z, 0-9, punctuation)
- Message Composer: Arrange symbols into scrolling messages up to 80 characters
- Symbol Management: Save, copy, paste, and export symbols
- Navigation: React Router-based navigation with browser history support
# Install dependencies
pnpm install
# Start development server
pnpm dev- Client: http://localhost:5173
# Install all dependencies
pnpm install
# Build for production
pnpm build
# Run tests
pnpm test
# Type checking
pnpm typecheck
# Linting
pnpm lint- Frontend: React 19, TypeScript, Vite, @react-rxjs
- Testing: Playwright (E2E)
- State Management: RxJS with @react-rxjs