Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.1 KB

File metadata and controls

37 lines (22 loc) · 1.1 KB

STRUDEL Kit

STRUDEL Kit is a React-based JavaScript library for building scientific UIs based on the STRUDEL Design System and Task Flows. Visit strudel.science for more information about the STRUDEL project.

This library provides a suite of templates to implement UIs for various different task flows common to the scientific domain. The app is intended to be used as a starting point for building out a web app that includes one or more of the task flows provided.

Browse the Docs

Getting Started

Clone the strudel-kit repository from github:

git clone git@github.com:strudel-science/strudel-kit.git

Install the dependencies:

npm install

Start up the app:

npm start

Open http://localhost:5175 to view the app in the browser.

Begin modifying the templates in src/pages.

Learn More

STRUDEL Kit is built on top of the Material UI (MUI) component library. Read more about how to use MUI.

strudel.science