An example component "registry", aka a server that mimics Github urls.
NOTE: this server is not compatible with component 1
First clone the repo then:
$ npm install
$ node app
Add the remote address to your app's component.json. Components will default to using github if they cannot be found in the given remotes.
{
"remotes" : [
"https://localhost:3000"
]
}
Now you can install private components:
$ component install example/foo
MIT