Skip to content

Commit 5adc8a6

Browse files
authored
remove typesync (#436)
1 parent a1637be commit 5adc8a6

File tree

107 files changed

+83
-13101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+83
-13101
lines changed

CLAUDE.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Hypergraph is a local-first framework for building web3 consumer applications th
1313
# Run specific apps
1414
cd apps/events && pnpm dev # Events demo app
1515
cd apps/server && pnpm dev # Backend sync server
16-
cd apps/typesync && pnpm dev # TypeSync development
1716
cd apps/connect && pnpm dev # Geo Connect auth app
1817
```
1918

@@ -49,12 +48,10 @@ pnpm clean # Clean all build artifacts
4948
- **packages/** - Core libraries
5049
- `hypergraph/` - Main SDK with entity management, encryption, spaces, and inboxes
5150
- `hypergraph-react/` - React hooks and components
52-
- `typesync/` - Schema management utilities
5351
- **apps/** - Complete applications
5452
- `server/` - Backend sync server (Express + Prisma + SQLite/PostgreSQL)
5553
- `events/` - Demo app showcasing the framework (Vite + React)
5654
- `connect/` - Geo Connect authentication app
57-
- `typesync/` - CLI and web interface for schema development
5855
- `create-hypergraph/` - Project scaffolding tool
5956
- `next-example/` - Next.js integration example
6057
- **docs/** - Docusaurus documentation site

CONTRIBUTING.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,6 @@ cd apps/server
2929
pnpm prisma migrate dev # this will also generate the Prisma client
3030
```
3131

32-
To develop the Typesync CLI, you can run:
33-
34-
```sh
35-
cd apps/typesync
36-
pnpm dev
37-
```
38-
39-
To develop the Typesync frontend run:
40-
41-
```sh
42-
# open the vite.config.ts and comment out the server object that specifies the port to be 3000
43-
cd apps/typesync
44-
pnpm run dev:cli
45-
# in another tab
46-
cd apps/typesync
47-
pnpm dev:client
48-
```
49-
5032
To develop the create-hypergraph, run:
5133

5234
```sh
@@ -89,7 +71,7 @@ pnpm up --interactive --latest -r
8971

9072
## Publishing
9173

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

9476
```sh
9577
pnpm changeset version

apps/connect/src/routes/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { Graph } from '@graphprotocol/grc-20';
12
import { useIdentityToken } from '@privy-io/react-auth';
23
import { createFileRoute } from '@tanstack/react-router';
34
import { CreateSpaceCard } from '@/components/CreateSpaceCard';

apps/create-hypergraph-app/.cursor/rules/cli-app.mdc

Lines changed: 0 additions & 55 deletions
This file was deleted.

apps/typesync/.cursor/rules/typesync-app.mdc

Lines changed: 0 additions & 56 deletions
This file was deleted.

apps/typesync/.envrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/typesync/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

apps/typesync/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

apps/typesync/README.md

Lines changed: 0 additions & 70 deletions
This file was deleted.

apps/typesync/client/index.html

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)