Skip to content

Commit c621d4b

Browse files
authored
Merge pull request #9 from hotwired/documentation
Documentation
2 parents 7096d99 + 9ff0e9b commit c621d4b

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
11
# Strada
22

3-
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.
3+
[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.
44

5+
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.
56

6-
## Installation
7-
Strada for web can be installed through npm or yarn from the GitHub repo until the package is published:
87

9-
```
10-
npm install --save-dev @hotwired/strada
11-
```
8+
Read more on [strada.hotwired.dev](https://strada.hotwired.dev).
129

13-
You can also install manually by running `npm run build` and copying `dist/strada.js` into your app.
1410

1511
## Contributing
1612

17-
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/).
13+
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/).
1814

19-
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).
15+
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).
2016

2117
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.
2218

2319
---------
2420

25-
© 2022 37signals, LLC
21+
© 2023 37signals LLC

0 commit comments

Comments
 (0)