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
6 changes: 6 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@
!packages/hypergraph-react/tsconfig.json
!packages/hypergraph-react/tsconfig.src.json
!packages/hypergraph-react/tsconfig.build.json

!packages/typesync/package.json
!packages/typesync/src
!packages/typesync/tsconfig.json
!packages/typesync/tsconfig.src.json
!packages/typesync/tsconfig.build.json
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@ cd apps/typesync
pnpm publish --tag latest
```

## Build and run the Docker image locally

```sh
docker build . -t hypergraph
docker run -it --rm --name=hypergraph hypergraph:latest
```


## Deploying your own SyncServer to Railway

Setup a service and attach a volume under `/data` to it.
Expand Down
Loading