Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grasbock/analytical-thoughtflow-graph
https://github.com/grasbock/analytical-thoughtflow-graph
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/grasbock/analytical-thoughtflow-graph
- Owner: GRASBOCK
- Created: 2024-05-17T05:51:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-19T06:26:43.000Z (8 months ago)
- Last Synced: 2025-01-01T17:16:56.525Z (10 days ago)
- Language: Svelte
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# analytical-thoughtflow-graph
A webapp, that indends to visualize the flow of analytical thought as a graph of interconnected nodes.
## development
Make sure to have nix installed
```sh
nix-shell # to get into the dev shell with all required packages
pnpm run dev # to run for development
```