Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 617 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 617 Bytes

Rhizome

A proof-of-concept for a new information-centric operating system for humans.

Installation

First, ensure that all dependencies are met.

Nodejs

The main user interface is written in JavaScript. Install nodejs.

Next, clone this repository. git clone [email protected]:scmilee/rhizome.git

Install the package dependencies: npm install

Run the text-based user interface: npm run tui

Testing

This project uses jest. Run via npm test, and see package.json for other commands.

© 2019 Dylan Drudge and Yong Bakos. All rights reserved.