Skip to content
Open
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
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "depends/graphiz-fork"]
path = depends/graphiz-fork
url = https://github.com/dotviz/graphviz-fork
branch = develop
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Built for the modern web, inspired by the power of Graphviz.

It's work in progress, and not intended to be used outside of [graphql-voyager](https://github.com/graphql-kit/graphql-voyager)

## Installation

```bash
git submodule update --init
npm run build:npm
```

## Credits

This project is started as fork of [Viz.js](https://github.com/mdaines/viz-js/tree/07c7ba02cc4776be216089b7ddbc31b90c0d67d6)
2 changes: 1 addition & 1 deletion backend/build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
.graphviz = .{
// .url = "https://gitlab.com/graphviz/graphviz/-/archive/13.1.0/graphviz-13.1.0.tar.gz",
// .hash = "N-V-__8AAD8krQVqFN-VjR9FyDR0N4PYXiwwAvtf_CTD03jK",
.path = "../../graphviz-fork/",
.path = "../depends/graphiz-fork",
},
.libexpat = .{
.url = "git+https://github.com/allyourcodebase/libexpat.git?ref=2.7.1-1#472c1db660c813a952f235cb394f5997d2e83fe1",
Expand Down
1 change: 1 addition & 0 deletions depends/graphiz-fork
Submodule graphiz-fork added at cf30b5
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import tseslint from 'typescript-eslint';

export default defineConfig([
{
ignores: ['npmDist/', 'lib/', 'test/types/'],
ignores: ['npmDist/', 'lib/', 'test/types/', "depends/"],
},
{
linterOptions: {
Expand Down