Files
Bundle OKF 0.1 · 6 conceitos · Zaitsev/gemini-dutch-practice-desktop-companion
Open source Repository Open in the app JSON README (API)
About
# Files
- [TaalGem Desktop Companion Quickstart](quickstart.md) - Entrypoint and high-level guide for the TaalGem Desktop Companion application built with Wails, Go, and React.
- [User Help & Companion Guide](user-help.md) - End-user guide for operating the TaalGem Desktop Companion, managing flashcards, handling Google sign-in, and syncing word decks with Firebase.
# Directories
- [architecture](architecture/)
- [domain](domain/)
- [operations](operations/)
- [testing](testing/)
Details
- Kind
- OKF bundles
- Topic
- AI, RAG & memory
- Publisher
- zaitsev
- Origin
- okf_github
- Category
- dados
- Version
- 0.1
- Open pull requests
- 5
- Last push
- 2026-09-10T23:52:00Z
- Repository state
- ativo
- Language
- TypeScript
- Added
- 2026-09-08 09:05:43
- Updated
- 2026-09-08 09:05:43
- Origin id
Zaitsev/gemini-dutch-practice-desktop-companion:openwiki/index.md
README
# README ## About This is the official Wails React-TS template. You can configure the project by editing `wails.json`. More information about the project settings can be found here: https://wails.io/docs/reference/project-config ## Live Development To run in live development mode, run `wails dev` in the project directory. This will run a Vite development server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser and have access to your Go methods, there is also a dev server that runs on http://localhost:34115. Connect to this in your browser, and you can call your Go code from devtools. ## Building To build a redistributable, production mode package, use `wails build`.