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
3 changes: 0 additions & 3 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Hypergraph is a local-first framework for building web3 consumer applications th
# Run specific apps
cd apps/events && pnpm dev # Events demo app
cd apps/server && pnpm dev # Backend sync server
cd apps/typesync && pnpm dev # TypeSync development
cd apps/connect && pnpm dev # Geo Connect auth app
```

Expand Down Expand Up @@ -49,12 +48,10 @@ 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
- `typesync/` - Schema management utilities
- **apps/** - Complete applications
- `server/` - Backend sync server (Express + Prisma + SQLite/PostgreSQL)
- `events/` - Demo app showcasing the framework (Vite + React)
- `connect/` - Geo Connect authentication app
- `typesync/` - CLI and web interface for schema development
- `create-hypergraph/` - Project scaffolding tool
- `next-example/` - Next.js integration example
- **docs/** - Docusaurus documentation site
Expand Down
20 changes: 1 addition & 19 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,6 @@ cd apps/server
pnpm prisma migrate dev # this will also generate the Prisma client
```

To develop the Typesync CLI, you can run:

```sh
cd apps/typesync
pnpm dev
```

To develop the Typesync frontend run:

```sh
# open the vite.config.ts and comment out the server object that specifies the port to be 3000
cd apps/typesync
pnpm run dev:cli
# in another tab
cd apps/typesync
pnpm dev:client
```

To develop the create-hypergraph, run:

```sh
Expand Down Expand Up @@ -89,7 +71,7 @@ pnpm up --interactive --latest -r

## Publishing

Update the version in the `package.json` files (hypergraph, hypergraph-react, typesync)
Update the version in the `package.json` files (hypergraph, hypergraph-react)

```sh
pnpm changeset version
Expand Down
1 change: 1 addition & 0 deletions apps/connect/src/routes/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { Graph } from '@graphprotocol/grc-20';
import { useIdentityToken } from '@privy-io/react-auth';
import { createFileRoute } from '@tanstack/react-router';
import { CreateSpaceCard } from '@/components/CreateSpaceCard';
Expand Down
55 changes: 0 additions & 55 deletions apps/create-hypergraph-app/.cursor/rules/cli-app.mdc

This file was deleted.

56 changes: 0 additions & 56 deletions apps/typesync/.cursor/rules/typesync-app.mdc

This file was deleted.

1 change: 0 additions & 1 deletion apps/typesync/.envrc

This file was deleted.

8 changes: 0 additions & 8 deletions apps/typesync/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions apps/typesync/LICENSE

This file was deleted.

70 changes: 0 additions & 70 deletions apps/typesync/README.md

This file was deleted.

29 changes: 0 additions & 29 deletions apps/typesync/client/index.html

This file was deleted.

Loading
Loading