oligrapher
JavaScript app for displaying annotated network graphs based on data from LittleSis
File Explorer
Download Latest Version (.zip)- compile.yml
- release.yml
- test.yml
- vulnerability-scan.yml
- ActionMenu.tsx
- AddConnections.tsx
- AddConnectionsCategory.tsx
- AddConnectionsClassic.tsx
- AddConnectionsNumberPicker.tsx
- AddConnectionsOrderPicker.tsx
- Annotation.tsx
- AnnotationForm.tsx
- AnnotationList.tsx
- Annotations.tsx
- AnnotationsNav.tsx
- AnnotationsToggler.tsx
- AnnotationsTracker.tsx
- AnnotationTextEditor.tsx
- Attribution.tsx
- Caption.tsx
- CaptionEditor.tsx
- CaptionEditorSelect.tsx
- CaptionResizer.tsx
- Captions.tsx
- CondensedAnnotations.tsx
- ConditionalLink.tsx
- Confirm.tsx
- ConfirmSave.tsx
- ControlPoint.tsx
- DebugMessage.tsx
- Disclaimer.tsx
- DraggableComponent.tsx
- Edge.tsx
- EdgeEditor.tsx
- EdgeEditorNode.tsx
- EdgeHandle.tsx
- EdgeHighlight.tsx
- EdgeLabel.tsx
- EdgeLine.tsx
- Edges.tsx
- EditEdgeStyle.tsx
- Editor.tsx
- EditorHeader.tsx
- EditorMenu.tsx
- EditorMenuItem.tsx
- Editors.tsx
- EditorsList.tsx
- EditorSubmitButtons.tsx
- EmbeddedRoot.tsx
- EmbedForm.tsx
- EmptySave.tsx
- EntitySearch.tsx
- EntitySearchResults.tsx
- Example.ts
- Filters.tsx
- FloatingEditors.tsx
- Graph.tsx
- Header.tsx
- HeaderActions.tsx
- HeaderEditActions.tsx
- HeaderRight.tsx
- Help.tsx
- HideAnnotationsButton.tsx
- InterlocksActionButton.tsx
- InterlocksNodeList.tsx
- InterlocksTool.tsx
- InterlocksTool2.tsx
- LockManager.tsx
- LockModal.tsx
- Markers.tsx
- Node.tsx
- NodeBgCircle.tsx
- NodeBody.tsx
- NodeCircle.tsx
- NodeContainer.ts
- NodeEditor.tsx
- NodeEditorColor.tsx
- NodeEditorImage.tsx
- NodeEditorMain.tsx
- NodeEditorSwitcher.tsx
- NodeHalo.tsx
- NodeImage.tsx
- NodeLabel.tsx
- Nodes.ts
- NodeSelection.tsx
- NodeStyleForm.tsx
- NodeTool.tsx
- OrganizeTool.tsx
- RefreshModal.tsx
- RemoveAnnotationButton.tsx
- Root.tsx
- SaveButton.tsx
- Settings.tsx
- ShareModal.tsx
- SizePicker.tsx
- StyleNodesTool.tsx
- Subtitle.tsx
- Svg.tsx
- TextTool.tsx
- Title.tsx
- Toolbox.tsx
- UndoRedo.tsx
- UserMessage.tsx
- Zoomable.tsx
- ZoomControl.tsx
- littlesis.ts
- arrow.ts
- caption.ts
- curve.ts
- edge.ts
- graph.ts
- interlocks.ts
- node.ts
- README.md
- annotations.ts
- calculateAnnotationViewBox.ts
- consumer.ts
- defaultState.ts
- dimensions.ts
- edgeAppearance.ts
- floatingEditor.ts
- geometry.ts
- helpers.ts
- imageExport.ts
- nodePlacement.ts
- NodeUIState.ts
- selection.ts
- selectors.ts
- stateInitializer.ts
- store.ts
- styles.ts
- SvgRefContext.ts
- textLines.ts
- theme.ts
- updateSetting.ts
- useEditorHotkeys.ts
- oligrapher.scss
- Oligrapher.ts
- reducer.ts
- sagas.ts
- action-types
- build
- build-dev
- dev
- release
- article.html
- dev.html
- editor.html
- embedded.html
- exxon.html
- index.html
- new.html
- AddConnections.test.ts
- Attribution.test.ts
- EdgeEditor.test.ts
- Example.test.ts
- FloatingEditors.test.ts
- Header.test.ts
- NodeTool.test.ts
- Svg.test.ts
- caption.test.js
- curve.test.js
- edge.test.js
- graph.test.js
- node.test.js
- geometry.test.js
- helpers.test.ts
- selectors.test.ts
- stateInitializer.test.ts
- textLines.test.js
- helpers.ts
- reducers.test.ts
- sagas.test.js
- .envrc
- .gitattributes
- .gitignore
- .nsprc
- .prettierrc
- babel.config.js
- CHANGELOG.md
- flake.lock
- flake.nix
- index.ts
- jest.setup.js
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/public-accountability/oligrapher
Downloads the entire project code from GitHub to your computer.
cd oligrapher
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run dev
Starts the development/run server.
npm run serve
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
