We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1615885 commit b94b850Copy full SHA for b94b850
README.md
@@ -0,0 +1,17 @@
1
+# IBM x UCL - LLM-Based Legacy Code Refactoring (Tech Blog)
2
+
3
+This repository contains the official blog for our MSc group project at University College London (UCL), delivered in collaboration with IBM.
4
5
+The project explores how Large Language Models (LLMs) can assist in refactoring legacy software systems to reduce technical debt.
6
7
+## Built With
8
9
+- [Hugo](https://gohugo.io/) static site generator
10
+- [PaperMod](https://github.com/adityatelange/hugo-PaperMod) theme
11
12
+## Local Development
13
14
+```bash
15
+git clone https://github.com/Andrei-Constantin-Programmer/ibm-ucl-blog.git
16
+cd ibm-ucl-blog
17
+hugo server
0 commit comments