floro
v0.0.82
Published
<img width="300" src="./docs/images/floro_blink_text.png">
Downloads
72
Readme
Floro (CLI & Daemon)
Floro Desktop Client & Host
For code related to the UI clients & remote host please go to this repository.
Issues
If you are filing an issue having to do with the floro desktop client, the chrome extension, the floro website or any of the plugins, please file the issue in this repository.
Documentation References
Please read the product & development docs here before getting started.
Please read the OSS guide here.
Setting up the development environment
Floro cli & daemon development has NOT been tested on windows.
run yarn install
Global Link
build project first yarn build
then from project root npm link
confirm with floro --help
Global Un-Link
to unlink do npm unlink -g floro
For Daemon Development
run yarn dev
entry is src/server.ts
CLI Development
run yarn dev:command
entry is src/command.ts
For Tests
run yarn test
Getting started with CLI
see command.ts
Floro runs on the following
http://127.0.0.1:63403 # General Daemon Server
http://0.0.0.0:63404 # TLS Cert Server
https://0.0.0.0:63405 # Only Websocket