Skip to content

Repository files navigation

Odin

This is the Odin quiz dungeon app.

Run locally

npm install
npm run dev

Open http://localhost:3000.

Persistent data storage (single-file mode)

  • Quiz/group data is stored in db/odin-data.json.
  • The API in app/api/data/route.ts reads/writes this file only, and keeps data in the same format that the app expects.
  • For multi-device sync, commit db/odin-data.json to git and share the repo. Different machines use the same file and therefore the same data state.
  • The file is auto-initialized on first run with base card groups and bundled decks.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages