Installation
Isoflow is published as a React component you can embed into your project.
To install using npm:
npm install isoflowor yarn:
yarn add isoflowDemo
The latest version of Isoflow is always synced here on CodeSandbox (opens in a new tab).
Running Isoflow in development mode
To run Isoflow on your local machine:
- Clone the Github repository (opens in a new tab).
npm inpm run start.
Developer documentation
For detailed API documentation, examples and more, see the online developer documentation (opens in a new tab). You can also build and run the docs locally:
npm run docs:buildnpm run docs:start
