Migrated from https://github.com/MemerGamer/github-repo-visualization
- TypeScript 95.1%
- JavaScript 3.3%
- HTML 1.4%
- CSS 0.2%
| public | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| .hintrc | ||
| demo.png | ||
| deno.lock | ||
| eslint.config.js | ||
| index.html | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
Github Repo Visualizer
The goal of this project is to visualize github repositories in a graph and the connection between them. Each node in the graph represents a repository and each edge represents a language used in the repository.
This should represent a users personal expertise, and their favored technologies.
Start project manually:
- Make sure to set the
.envvariables based on the example in.env.example - Run
deno install - Run
deno task dev
