hyperstack-org / hyperstack

Hyperstack ALPHA https://hyperstack.org
https://docs.hyperstack.org
MIT License
540 stars 41 forks source link

Installation instructions are wrong for now #338

Open adisciple50 opened 3 years ago

adisciple50 commented 3 years ago

listed instructions for installation produces the following output.

i did this in windows powershell: rails new MyApp -T -m https://rawgit.com/hyperstack-org/hyperstack/edge/install/rails-webpacker.rb puma bundle install

and it just looks like an ordinary rails app and no rails-hyperstack gem in the gemfile. the documentation does not tell me to include the rails-hyperstack framework.

Tashows commented 3 years ago

The docs now mention adding rails-hyperstack, but they are still/again out of date. The installer doesn't seem to actually create the app/hyperstack/components directory. rails g hyper:component app --add-route="/" after running rails hyperstack:install did it for me.