Skip to content

strudel-science/strudel-kit

Repository files navigation

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