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
Website based on Hydra Jekyll theme `https://jekyllthemes.io/theme/hydra-jekyll-theme`
2
-
To run locally, execute 'sudo bundle exec jekyll serve' in the main directory of the repository
2
+
3
+
To run locally, follow the [Instructions](https://jekyllrb.com/docs/) specified in the Jekyll documentation. When you have installed all prerequisites, run:
4
+
```sh
5
+
gem install jekyll bundler
6
+
```
7
+
8
+
Enter the folder:
9
+
```sh
10
+
cd BAMeScience.github.io/
11
+
```
12
+
13
+
and install the dependencies:
14
+
```sh
15
+
bundle install
16
+
```
17
+
18
+
Then, execute:
19
+
```sh
20
+
bundle exect jekyll serve
21
+
```
22
+
23
+
to run the local server. The terminal will show the localhost where the web is deployed:
Click on the server address to visualize the website. You can add the option `--livereload` to serve to automatically refresh the page with each change you make to the source files:
0 commit comments