Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Fix builds and blank app screen #24

Merged
merged 7 commits into from
Jun 30, 2022
Merged
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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MAKEFLAGS += -j2

install:
npm install && npm link @alephdata/react-ftm
npm install

link:
npm link @alephdata/react-ftm
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Aleph Data Desktop

***

**Aleph Data Desktop has been deprecated and will not receive any further updates. All of Data Desktop’s features are also available within Aleph. Please refer to the Aleph documentation to find out [how to create network diagrams in Aleph](https://docs.alephdata.org/guide/building-out-your-investigation/network-diagrams) and how to [import diagrams created in Data Desktop](https://docs.alephdata.org/guide/building-out-your-investigation/network-diagrams).**

***

**Data Desktop** is a tool for visualizing and exploring complex networks.

It is built with investigative reporting as its primary use case and utilizes the [Follow the Money](https://github.com/alephdata/followthemoney) data model, which seeks to provide a common language to describe the entities most commonly used in investigative reporting.
Expand Down
Loading