Welcome to the Fluent OMX component SDK!
This plugin can be added to your Fluent OMX web app by adding the following to the top of the base manifest:
{
"plugins":[
{
"type": "url",
"src":"http://localhost:3001"
}
],
"routes":[
{
"type": "page",
"path":"hello",
"component":"fc.hello"
}
]
}
More details can be found on Lingo