You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: DEV.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -156,5 +156,7 @@ To be able to run it locally so to make and review your changes before pushing t
156
156
157
157
1. Setup your local environment as explained
158
158
in [Testing your GitHub Pages site locally with Jekyll](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll)
159
-
2. Run Jekyll under the `docs` folder with `cd docs && bundle exec jekyll serve --config _config.yml,_config_local.yml`
160
-
3. Browse the docs at http://127.0.0.1:4000/spectrum/
159
+
2. Run Jekyll under the `docs` folder with `cd docs && bundle install && bundle exec jekyll serve --config _config.yml,_config_local.yml --open-url http://127.0.0.1:4000/spectrum/`
160
+
161
+
> 💡 **Tip**<br/>
162
+
> You can leverage the [docs](.run/docs.run.xml) run configuration, which is automatically loaded in IntelliJ
0 commit comments