@quaelin/idea-web
v0.0.2
Published
A web UI for interacting with the Idea-DAG: decentralized Idea, Relation & Perspective data
Downloads
1
Maintainers
Readme
@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.