Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ pnpm clean # Clean all build artifacts
- **packages/** - Core libraries
- `hypergraph/` - Main SDK with entity management, encryption, spaces, and inboxes
- `hypergraph-react/` - React hooks and components
- `create-hypergraph/` - Project scaffolding tool
- **apps/** - Complete applications
- `server/` - Backend sync server (Express + Prisma + SQLite/PostgreSQL)
- `events/` - Demo app showcasing the framework (Vite + React)
- `connect/` - Geo Connect authentication app
- `create-hypergraph/` - Project scaffolding tool
- `next-example/` - Next.js integration example
- **docs/** - Docusaurus documentation site

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pnpm prisma migrate dev # this will also generate the Prisma client
To develop the create-hypergraph, run:

```sh
cd apps/create-hypergraph
cd packages/create-hypergraph
pnpm run dev
```

Expand Down
2 changes: 1 addition & 1 deletion biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"!**/tsconfig.json",
"!**/tsconfig.*.json",
"!**/variant-schema.ts",
"!**/apps/create-hypergraph/template-*/**",
"!**/packages/create-hypergraph/template-*/**",
"!**/*.css",
"!packages/hypergraph/typesync-studio/src/generated/**/*.ts"
]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"repository": {
"type": "git",
"url": "git+https://github.com/graphprotocol/hypergraph.git",
"directory": "apps/create-hypergraph"
"directory": "packages/create-hypergraph"
},
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -52,7 +52,7 @@
"bugs": {
"url": "https://github.com/graphprotocol/hypergraph/issues"
},
"homepage": "https://github.com/graphprotocol/hypergraph/tree/main/apps/create-hypergraph-app#readme",
"homepage": "https://github.com/graphprotocol/hypergraph/tree/main/packages/create-hypergraph-app#readme",
"devDependencies": {
"@effect/cli": "^0.69.0",
"@effect/language-service": "^0.34.0",
Expand Down
Loading
Loading