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
### Setting up Natively (Recommended for Unix-like OS)
48
+
49
+
For Unix-like systems, you can set up the environment natively for optimal performance, though you can also use Dev Containers as an alternative.
50
+
51
+
**Steps**:
52
+
53
+
1. Follow the [Jekyll installation guide](https://jekyllrb.com/docs/installation/) to install Jekyll and ensure [Git](https://git-scm.com/) is installed.
54
+
2. Clone your repository to your local machine.
55
+
3. If you forked the theme, install [Node.js][nodejs] and run `bash tools/init.sh` in the root directory to initialize the repository.
56
+
4. Run command `bundle` in the root of your repository to install the dependencies.
57
+
58
+
## Usage
59
+
60
+
### Start the Jekyll Server
61
+
62
+
To run the site locally, use the following command:
63
+
64
+
```terminal
65
+
$ bundle exec jekyll serve
66
+
```
67
+
68
+
After a few seconds, the local server will be available at <http://127.0.0.1:4000>.
0 commit comments