mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
feat(skilltree): add SkillTree MVP - gamified skill tracking app
- SvelteKit web app with Svelte 5 runes - IndexedDB storage for offline-first experience - 6 skill branches: Intellect, Body, Creativity, Social, Practical, Mindset - XP system with 6 levels (Unbekannt -> Meister) - Activity logging with timestamps - Stats overview (total XP, skills, streak) - Branch filtering and recent activities feed https://claude.ai/code/session_015XCsTDS9aLZ64Zin4HU6ex
This commit is contained in:
parent
bea066c7f8
commit
12ad8e83d5
19 changed files with 1655 additions and 0 deletions
14
apps/skilltree/package.json
Normal file
14
apps/skilltree/package.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "skilltree",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "SkillTree - Gamified Personal Skill Tracking",
|
||||
"scripts": {
|
||||
"dev": "pnpm run --filter=@skilltree/* --parallel dev",
|
||||
"dev:web": "pnpm --filter @skilltree/web dev"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"packageManager": "pnpm@9.15.0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue