0.0.2 • Published 1 year ago

@quaelin/idea-web v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

@quaelin/idea-web

A web UI for interacting with the Idea-DAG: decentralized Idea, Relation & Perspective data.

To run:

$ nx serve api

And then in a separate shell:

$ npm start

You will need access to a running IPFS daemon. idea-web will look for one running locally on the default port (5001), but if yours is running elsewhere, make sure to either pass in the connection string using the --ipfs argument, or else set using the IDEA_IPFS_HTTP environment variable.