Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.04 KB

File metadata and controls

27 lines (16 loc) · 1.04 KB

MMFT Routing Block Channel Router

The MMFT Routing Block Channel Router is a tool that creates channel connections for routing block components. The tool is available on our website: https://www.cda.cit.tum.de/app/mmft-routing-block-channel-router/. It is part of the Munich Microfluidics Toolkit (MMFT) by the Chair for Design Automation at the Technical University of Munich.

Usage

The application is available on the CDA website.

Development Usage

wasm-pack build

Builds the backend.

npm run dev

Runs the app locally in development mode.

npm run build

Builds the (optimized) app for production to the build folder.