A personal quote collection app with multilingual UI (Traditional Chinese, English, Japanese), light/dark themes, and browser-local storage.
- Create, edit, delete, and search quotes
- Browse by author and focus mode for single-quote reading
- Light/dark theme, locale switcher, and JSON import/export
- Optional wandering page cat companion
git clone https://github.com/akunzai/wisdom-quotes.git
cd wisdom-quotes
aube install
aubr devOpen http://localhost:4321/wisdom-quotes/.
| Command | Description |
|---|---|
aubr dev |
Start the development server |
aubr build |
Type-check and build to dist/ |
aubr preview |
Preview the production build |
aubr typecheck |
Run Astro/TypeScript checks |
aubr lint |
Lint the codebase |
aubr format |
Format with Prettier |
| File | Language |
|---|---|
| README.md | English (default) |
| README.zh-Hant.md | Traditional Chinese |
| README.ja.md | Japanese |
Issues and pull requests are welcome. Please open an issue before large changes.