No description
  • TypeScript 98%
  • Elm 0.7%
  • JavaScript 0.4%
  • HTML 0.4%
  • CSS 0.3%
  • Other 0.2%
Find a file
2026-07-25 02:42:37 +03:00
.omp chore: openspec 2026-07-24 15:38:20 +03:00
openspec Archive completed changes: milestone-2 and canvas-extras 2026-07-24 17:54:51 +03:00
repos/foldkit Merge commit 'ee6b9593ec' as 'repos/foldkit' 2026-07-24 15:20:10 +03:00
src Current state: buttons render but OnClick events not firing - snabbdom eventListenersModule issue 2026-07-25 02:42:37 +03:00
.gitignore Squashed 'repos/foldkit/' content from commit 25740cf5 2026-07-24 15:20:10 +03:00
.ignore Squashed 'repos/foldkit/' content from commit 25740cf5 2026-07-24 15:20:10 +03:00
.mcp.json chore: initial commit 2026-07-24 15:19:57 +03:00
.oxlintrc.json Squashed 'repos/foldkit/' content from commit 25740cf5 2026-07-24 15:20:10 +03:00
.prettierignore Squashed 'repos/foldkit/' content from commit 25740cf5 2026-07-24 15:20:10 +03:00
.prettierrc Squashed 'repos/foldkit/' content from commit 25740cf5 2026-07-24 15:20:10 +03:00
AGENTS.md Squashed 'repos/foldkit/' content from commit 25740cf5 2026-07-24 15:20:10 +03:00
connections.js Restore working app: JointJS canvas with shapes, connections, IndexedDB persistence, minimap, pan/zoom 2026-07-24 18:04:10 +03:00
db.js Restore working app: JointJS canvas with shapes, connections, IndexedDB persistence, minimap, pan/zoom 2026-07-24 18:04:10 +03:00
index.html Fix JointJS bundling - import as namespace, fix main.ts to import joint, use jsdelivr CDN 2026-07-24 19:39:13 +03:00
justfile Fix lint and typecheck errors, add justfile for checks 2026-07-24 19:56:42 +03:00
package.json Working Foldkit app with JointJS canvas - fixed S.Union syntax, container init timing, JointJS CDN loading 2026-07-24 19:14:58 +03:00
pnpm-lock.yaml Working Foldkit app with JointJS canvas - fixed S.Union syntax, container init timing, JointJS CDN loading 2026-07-24 19:14:58 +03:00
pnpm-workspace.yaml Squashed 'repos/foldkit/' content from commit 25740cf5 2026-07-24 15:20:10 +03:00
README.md Squashed 'repos/foldkit/' content from commit 25740cf5 2026-07-24 15:20:10 +03:00
shapes.js Restore working app: JointJS canvas with shapes, connections, IndexedDB persistence, minimap, pan/zoom 2026-07-24 18:04:10 +03:00
tsconfig.json chore: initial commit 2026-07-24 15:19:57 +03:00
vite.config.ts Fix JointJS bundling - import as namespace, fix main.ts to import joint, use jsdelivr CDN 2026-07-24 19:39:13 +03:00
vitest.config.ts chore: initial commit 2026-07-24 15:19:57 +03:00

My Foldkit App

A Foldkit application built with Effect.

Getting Started

pnpm install
pnpm dev

Learn More