Skip to content

WatsonCIQ/finsemble-seed-fork

 
 

Repository files navigation

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. If using npm you must use a version >= 7.x.x. Lower versions will encounter errors regarding changing folder names with missing permissions)

    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 [email protected]! 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.4%
  • TypeScript 18.4%
  • HTML 9.5%
  • CSS 2.7%