document umbrella packages

This commit is contained in:
Felix Roos 2024-03-22 14:52:28 +01:00
parent be2ec969c4
commit 8d96a071d6
2 changed files with 8 additions and 1 deletions

View File

@ -22,5 +22,5 @@
</script>
<p>
This page shows how skypack can be used to import strudel core directly into a simple html page. <br />
No server, no bundler and no build setup is needed to run this!
No server, no bundler and no build setup is needed to run this!<br />
</p>

View File

@ -19,6 +19,13 @@ The purpose of the multiple packages is to
[See the latest published packages on npm](https://www.npmjs.com/search?q=%40strudel).
Here is an overview of all the packages:
### Umbrella Packages
These packages give you a batteries-included point of getting started, and most likely the thing you'd want to use in your project:
- [repl](https://github.com/tidalcycles/strudel/tree/main/packages/repl): The Strudel REPL as a web component.
- [web](https://github.com/tidalcycles/strudel/tree/main/packages/web): Strudel library for the browser, without UI.
### Essential Packages
These package are the most essential. You might want to use all of those if you're using strudel in your project: