chuck-adaptive / finsemble-seed

Finsemble is a smart desktop platform built on Electron. It allows any type of application to integrate visually and logically with other applications. Applications can sync, link, and share information, even if they weren’t originally designed to.

Home Page:https://cosaic.io/finsemble/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finsemble SmartDesktop

Finsemble Seed 🌱

What is it?

Finsemble is a smart desktop platform that allows any type of application to sync, link, and share information, even if they weren’t originally designed to.

Finsemble Seed is just that - a kernel packed with everything you need to grow your own SmartDesktop and rule the world turbocharge your workflow.

But really, what is it?

Getting Started

  1. 📡 Clone the repository.

    git clone https://github.com/chartiq/finsemble-seed
    
  2. 📦 Install the deps

    (Note, we recommend using the Yarn Package Manager - it's fast and reliable. But you can also use npm.)

    cd finsemble-seed
    yarn install
    
  3. 🚀 Start it!

    yarn start
    

Go ahead and take it for a spin!

When you're ready to go deeper, check out the check out the seed project tutorial, which will walk you through all the basics of building your SmartDesktop.

What's Inside

The seed project bundles together a Webpack-based build system, a set of bare-bones SmartDesktop components you can use as examples, and the necessary config files to orchestrate it all. You can see a detailed breakdown of the project structure here.

The API, Please

Everything else there is to know about Finsemble and how to build on it can be found in our developer documentation.

Getting Help

Having trouble? Perhaps we've covered it in the FAQ.

Still having trouble? Shoot us a line at support@finsemble.com! We'll be happy to help.

Prefer the easy-button? Our solutions engineers can integrate your apps together in a POC faster than you can say "Desktop Interoperability". Schedule a demo!

About

Finsemble is a smart desktop platform built on Electron. It allows any type of application to integrate visually and logically with other applications. Applications can sync, link, and share information, even if they weren’t originally designed to.

https://cosaic.io/finsemble/

License:Other


Languages

Language:JavaScript 70.0%Language:TypeScript 17.7%Language:HTML 9.5%Language:CSS 2.8%