https://github.com/stackoverprof/say-dictionary-site
https://github.com/stackoverprof/say-dictionary-site
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stackoverprof/say-dictionary-site
- Owner: stackoverprof
- Created: 2026-02-03T03:23:55.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-20T15:28:51.000Z (4 months ago)
- Last Synced: 2026-02-20T19:58:57.205Z (4 months ago)
- Language: TypeScript
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# say-dictionary landing page
Landing page for [say-dictionary](https://www.npmjs.com/package/say-dictionary) - LLM-friendly i18n for the modern web.
## Live
https://stackoverprof.github.io/say-dictionary-site/
## Development
```bash
npm install
npm run dev
```
## Build
```bash
npm run build
```
## Tech Stack
- React Router 7
- Tailwind CSS v4
- TypeScript
- GitHub Pages