- Notifications
You must be signed in to change notification settings - Fork8
Frontend React templates for implementing scientific UIs with the STRUDEL design system.
License
strudel-science/strudel-kit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
STRUDEL Kit is a React-based JavaScript library for building scientific UIs based on the STRUDEL Design System and Task Flows. Visitstrudel.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.
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
Openhttp://localhost:5175 to view the app in the browser.
Begin modifying the templates insrc/pages
.
STRUDEL Kit is built on top of the Material UI (MUI) component library.Read more about how to use MUI.
STRUDEL Kit welcomes contributions of all kinds! Learn how to submit suggestions and changes inCONTRIBUTING.md.
About
Frontend React templates for implementing scientific UIs with the STRUDEL design system.