From f3298752287645f3a0aa9afa3757e1254225d3b6 Mon Sep 17 00:00:00 2001 From: konnorrogers Date: Thu, 29 May 2025 13:59:56 -0400 Subject: [PATCH] finish readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 69d5c0b14..b9147a71b 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ cd webawesome/packages/webawesome npm install ``` + ### Developing Once you've cloned the repo, run the following command from the respective directory within `packages/*` @@ -91,6 +92,12 @@ npm run create wa-tag-name This will generate a source file, a stylesheet, and a docs page for you. When you start the dev server, you'll find the new component in the "Components" section of the sidebar. +### Adding additional packages + +Right now the only additional packages are in private repositories. + +To add additional packages from other repositories, run: `git clone packages/` to clone your repo into `packages/`. + ### Contributing Web Awesome is an open source project and contributions are encouraged! If you're interesting in contributing, please review the [contribution guidelines](CONTRIBUTING.md) first.