finish readme

This commit is contained in:
konnorrogers
2025-05-29 13:59:56 -04:00
parent 99b552fb56
commit f329875228

View File

@@ -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 <url> packages/<package-name>` 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.