A local-first and universal graph database, knowledge engine, and workspace for your life.
-
Recommend using nvm for managing Node.js versions.
- On MacOS, can do
brew install nvm, though maintainers recommend against this, favoring bash install - Not required, but makes Node upgrades easier
- On MacOS, can do
-
Using Yarn for package management
brew install yarnor see Yarn installation docs
-
Install dependencies:
yarn -
Run the project
yarn start # or, for a simple example script (create + read) yarn example
We use a local-first architecture for unigraph-dev. This repository contains the "backend" part of the project,
packaged with a graph database. For more detailed documentations on architecture, check out docs/architecture.md (work in progress).