Skip to content

Commit 7276f7e

Browse files
Added prerequisites to running the project locally
1 parent 0833bca commit 7276f7e

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
This repository contains the official blog for our MSc group project at University College London (UCL), delivered in collaboration with IBM.
55

6-
The project explores how Large Language Models (LLMs) can assist in refactoring legacy software systems to reduce technical debt.
6+
The project explores how Large Language Models (LLMs) can assist in refactoring legacy software systems to imprve maintainability, reduce technical debt, and accelerate modernisation efforts.
77

88
## Built With
99

@@ -12,6 +12,30 @@ The project explores how Large Language Models (LLMs) can assist in refactoring
1212

1313
## Local Development
1414

15+
### Prerequisites
16+
[`Hugo Extended v0.147.x+`](https://gohugo.io/installation/)
17+
Use the extended version, as it’s required by the PaperMod theme.
18+
19+
You can verify Hugo is installed with:
20+
21+
```bash
22+
hugo version
23+
```
24+
25+
#### Install Hugo Extended
26+
macOS / Linux (via [Homebrew](https://brew.sh/)):
27+
```bash
28+
brew install hugo
29+
```
30+
31+
Windows (via [Chocolatey](https://chocolatey.org/)):
32+
33+
```bash
34+
choco install hugo-extended -confirm
35+
```
36+
37+
### Running the Blog
38+
1539
```bash
1640
git clone https://github.com/Andrei-Constantin-Programmer/ibm-ucl-blog.git
1741
cd ibm-ucl-blog

0 commit comments

Comments
 (0)