From 8d96a071d60a91a651a51d9124b9020c089242cf Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Fri, 22 Mar 2024 14:52:28 +0100 Subject: [PATCH] document umbrella packages --- examples/buildless/basic.html | 2 +- website/src/pages/technical-manual/packages.mdx | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/examples/buildless/basic.html b/examples/buildless/basic.html index bd74d83b..259c81f8 100644 --- a/examples/buildless/basic.html +++ b/examples/buildless/basic.html @@ -22,5 +22,5 @@

This page shows how skypack can be used to import strudel core directly into a simple html page.
- 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!

diff --git a/website/src/pages/technical-manual/packages.mdx b/website/src/pages/technical-manual/packages.mdx index d378f781..5f272b68 100644 --- a/website/src/pages/technical-manual/packages.mdx +++ b/website/src/pages/technical-manual/packages.mdx @@ -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: