Skip to content

Commit 98dddc1

Browse files
authored
Update installation.md
1 parent a0265eb commit 98dddc1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/installation/installation.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,19 @@ Each of the above pieces can be skipped or installed independently either using
5959
built in installers and generators, or manually as explained in the
6060
following sections.
6161

62-
> The top level component, and route is only installed if a new Rails app is detected. Otherwise you will have to choose how you want to mount your components, depending on the needs of your application. See [How to add components](#<user-content-adding-a-single-component-to-your-application>) and [mount them](#<mounting-components>) for details.
62+
> The top level component, and route is only installed if a new Rails app is detected. Otherwise you will have to choose how you want to mount your components, depending on the needs of your application. See [How to add components](#user-content-adding-a-single-component-to-your-application) and [mount them](#mounting-components) for details.
6363
6464

6565
At this point you're fully installed.
6666

67+
> ** Note the first time you run you app it will take 1-2 minutes to compile all the system libraries.**
68+
6769
If you installed into a new rails app, you can run bundle exec foreman start
6870
to start the server, and **App** will display on the top left hand side of the page. You will find the `App` component in the `app/hyperstack/components/app.rb` file. If you edit this file and save you should see the changes reflected in the browser.
6971

7072
If you installed into an existing Rails apps, you can run bundle exec foreman start
7173
to start the server, and your app should function exactly as it always has. From here, you'll need to start adding components and
72-
and mounting them from either a view or a controller. See [How to add components](#<user-content-adding-a-single-component-to-your-application>) and [mount them](#<mounting-components>) for details.
74+
and mounting them from either a view or a controller. See [How to add components](#adding-a-single-component-to-your-application) and [mount them](#mounting-components) for details.
7375

7476
## Summary of Installers and Generators
7577

@@ -180,7 +182,7 @@ end
180182
bundle exec rails g hyper:component Test --base-class=ApplicationComponent
181183
```
182184
> You can also override the base class for the entire application by setting
183-
> the `component_base_class` config setting. See [Summary of Hyperstack Configuration Switches](#<summary-of-hyperstack-configuration-switches>) for details.
185+
> the `component_base_class` config setting. See [Summary of Hyperstack Configuration Switches](#summary-of-hyperstack-configuration-switches) for details.
184186
185187
## Mounting Components
186188

0 commit comments

Comments
 (0)