0.1.0 • Published 10 years ago

chix-platform v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

#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 git@github.com: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)

.....