diff --git a/README.md b/README.md index 03b96f0..7af32a6 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,21 @@ # Strada -Strada is a library that provides a bridge for communicating between native iOS/Android apps and web app embedded in a web view. The bridge allows bi-directional sending of messages with a standard format. +[Strada](https://strada.hotwired.dev) enables you to create native controls in your hybrid mobile apps, driven by the web. Build web components and native components that work together in `WebView` screens to elevate your [Turbo Native](https://turbo.hotwired.dev/handbook/native) apps to the next level. +Strada works seamlessly with your [Turbo Native](https://turbo.hotwired.dev/handbook/native) apps and leverages [Stimulus]((https://stimulus.hotwired.dev)) to create web components with your existing HTML. The `strada-web` library is designed to work together with the [strada-ios](https://github.com/hotwired/strada-ios) and [strada-android](https://github.com/hotwired/strada-android) native libraries. -## Installation -Strada for web can be installed through npm or yarn from the GitHub repo until the package is published: -``` -npm install --save-dev @hotwired/strada -``` +Read more on [strada.hotwired.dev](https://strada.hotwired.dev). -You can also install manually by running `npm run build` and copying `dist/strada.js` into your app. ## Contributing -Strada Web is open-source software, freely distributable under the terms of an [MIT-style license](LICENSE). The [source code is hosted on GitHub](https://github.com/hotwired/strada-web). Development is sponsored by [37signals](https://37signals.com/). +Strada is open-source software, freely distributable under the terms of an [MIT-style license](LICENSE). The [source code is hosted on GitHub](https://github.com/hotwired/strada-web). Development is sponsored by [37signals](https://37signals.com/). -We welcome contributions in the form of bug reports, pull requests, or thoughtful discussions in the [GitHub issue tracker](https://github.com/hotwired/strada-web/issues). +We welcome contributions in the form of bug reports, pull requests, or thoughtful discussions in the [GitHub issue tracker](https://github.com/hotwired/strada-web/issues). Please note that this project is released with a [Contributor Code of Conduct](docs/CONDUCT.md). By participating in this project you agree to abide by its terms. --------- -© 2022 37signals, LLC +© 2023 37signals LLC