Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize experimental parts of repo #128

Merged
merged 2 commits into from
Oct 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ This generates new template files for your Task Flow in `my-app/src/pages/my-tas

Navigate to http://localhost:5173/my-taskflow to see your new Task Flow.

## Packages
## Main Packages

### [strudel-cli](https://github.com/strudel-science/strudel-kit/blob/main/strudel-cli/README.md)
### [strudel-cli](https://github.com/strudel-science/strudel-kit/blob/main/strudel-cli/)

The strudel-cli is a command-line tool for bootstrapping web applications based on the STRUDEL Design System. If you're looking to get started building web applications with STRUDEL, this is the best way to start.

### [strudel-demo-app](https://github.com/strudel-science/strudel-kit/tree/main/strudel-demo-app)
### [strudel-taskflows](https://github.com/strudel-science/strudel-kit/tree/main/strudel-taskflows)

Demo react app that implements each of the STRUDEL task flows. This code is an example of what you can build using the strudel-cli. If you prefer to just copy and paste code from GitHub, this is a good place to start.

Expand Down
File renamed without changes.