chix-platform
v0.1.0
Published
Chiχ Platform
Downloads
4
Readme
#Chiχ Platform
The platform is meant to be served from chix.io, but it is also downloadable and can be served locally.
Installation
git clone [email protected]:psichi/chix-platform.git
To serve the files you could use something like http-server:
npm i http-server -g
To enable loading from your own server, you will have to specify the url in your .fbp file like so:
title: Provider Example
description: This is how to specify a provider
provider http://localhost:8080/nodes/{ns}/{name}
SomeNode(some/node)
.....