Skip to content

Commit baae6d0

Browse files
updated readme
1 parent 90ae4fd commit baae6d0

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

readme.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Hyperstack is a Ruby-based DSL and modern web toolkit for building spectacular,
66

77
+ **One language** throughout the client and server. All Ruby code is compiled by [Opal](https://opalrb.com/) into JavaScript automatically.
88
+ Webpacker and Yarn tooling for a **modern, fast hot-reloader build environment with Ruby source maps**.
9-
+ A well documented and stable Ruby DSL for wrapping **React** and **ReactRouter** as well as **any** JavaScript library or component.
9+
+ A well documented and stable Ruby DSL for wrapping **React** and **ReactRouter** as well as **any** JavaScript library or component. No need to learn JavaScript!
1010
+ **Isomorphic Models with bi-directional data** so you can access your models as if they were on the client.
1111

1212
All that means you can write simple front-end code like this:
@@ -21,19 +21,19 @@ class GoodBooksToRead < Hyperstack::Component
2121
end
2222
```
2323

24-
In the code above, if the `good_books` scope changed (even on the server) the UI would update automatically. That's the magic of React and Isomorphic Models with bi-directional data at work!
24+
In the code above, if the `good_books` scope changed (even on the server), the UI would update automatically. That's the magic of React and Isomorphic Models with bi-directional data at work!
2525

2626
## Website and documentation
2727

2828
Please see the website for full documentation, or find the same content in the [/docs](/docs) folder in this repo if you prefer.
2929

3030
+ Website: [hyperstack.org](https://hyperstack.org)
3131

32-
Our website is an excellent Hyperstack example application. All the content is loaded dynamically from this repo, and it uses Semantic UI and a client-side JavaScript full-text search engine. Its a Rails application hosted on Heroku.
32+
Our website serves as a Hyperstack example application. All the doc content is loaded dynamically from this repo and converted to HTML on the fly. It uses React Semantic UI and a client-side JavaScript full-text search engine. Its a Rails app hosted on Heroku.
3333

3434
## Setup and installation
3535

36-
You can be up and running in **less than 5 minutes**. Just follow the simple setup guide for a new Rails application all perfectly configured and ready to go with Hyperstack.
36+
You can be up and running in **less than 5 minutes**. Just follow the simple setup guide for a new Rails application all correctly configured and ready to go with Hyperstack.
3737

3838
+ Setup and Installation: [/install](/install)
3939

@@ -45,7 +45,7 @@ Hyperstack is supported by a friendly, helpful community, both for users, and co
4545

4646
## Roadmap
4747

48-
Hyperstack is evolving, we are improving it all the time. As much as we love Ruby today, we see ourselves embracing new languages in the future. [Crystal](https://crystal-lang.org/) perhaps? We are also watching [Wasm](https://webassembly.org/) carefully.
48+
Hyperstack is evolving; we are improving it all the time. As much as we love Ruby today, we see ourselves embracing new languages in the future. [Crystal](https://crystal-lang.org/) perhaps? We are also watching [Wasm](https://webassembly.org/) carefully.
4949

5050
Please see the [ROADMAP][] file for more information.
5151

@@ -57,6 +57,13 @@ If you would like to help, please read the [CONTRIBUTING][] file for suggestions
5757

5858
[contributing]: CONTRIBUTING.md
5959

60+
## Links
61+
62+
+ Rubygems: https://rubygems.org/profiles/hyperstack
63+
+ Travis: https://travis-ci.org/hyperstack-org
64+
+ Website edge: https://edge.hyperstack.org/
65+
+ Website master: https://hyperstack.org/
66+
6067
## License
6168

6269
Released under the MIT License. See the [LICENSE][] file for further details.
@@ -66,3 +73,8 @@ Released under the MIT License. See the [LICENSE][] file for further details.
6673
## History
6774

6875
Hyperstack is an evolution of [Ruby-Hyperloop](https://github.com/ruby-hyperloop). We decided to rename the project to drop the Ruby suffix and also took the opportunity to simplify the repos and project overall.
76+
77+
+ Old website: https://github.com/ruby-hyperloop
78+
+ Old Github: https://github.com/ruby-hyperloop
79+
+ Legacy branch: https://github.com/hyperstack-org/hyperstack/tree/hyperloop-legacy
80+
+ Legacy install script: https://github.com/hyperstack-org/hyperstack/tree/hyperloop-legacy/install

0 commit comments

Comments
 (0)