You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Static site powered by Eleventy (11ty), TypeScript (esbuild), and D3.js. The site delivers an SEO-friendly hub with a progressively-enhanced graph navigation experience.
Static site powered by Eleventy (11ty), TypeScript (esbuild), and D3.js. The site delivers an SEO-friendly hub with a progressively-enhanced graph navigation experience.
6
10
7
-
- Node.js 22+
8
-
- npm 10+
11
+
## Quick Start
9
12
10
-
## Setup
13
+
Get up and running in minutes:
11
14
12
15
```sh
16
+
# Install dependencies
13
17
npm install
14
-
```
15
-
16
-
## Development
17
18
18
-
```sh
19
+
# Start development server
19
20
npm run dev
20
21
```
21
22
22
-
- Runs esbuild in watch mode and Eleventy dev server at `http://localhost:8080`.
23
-
- Source directories live in `src/`.
23
+
Visit `http://localhost:8080` to see your local site. The dev server watches for changes and rebuilds automatically.
-**[Join the X Community](https://x.com/i/communities/1977449294861881612)** - Daily threads, pulses, and data drops. Share schemas, queries, datasets, and benchmarks.
137
+
-**[Follow @codegraphtheory](https://github.com/codegraphtheory)** - Personal GitHub profile with educational resources and projects
138
+
-**[Explore GraphTechnologyDevelopers](https://github.com/GraphTechnologyDevelopers)** - Organization hub for graph tech resources and templates
88
139
89
140
## License
90
141
91
-
MIT
142
+
MIT License - see [LICENSE](LICENSE) file for details.
0 commit comments