diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml
index af12673ff..66dce2744 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- - 'docs/**'
+ - 'documentation/wiki/**'
- 'mkdocs.yml'
workflow_dispatch:
diff --git a/.gitignore b/.gitignore
index 0fc7540ea..a558e809f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -246,5 +246,3 @@ input/EUROMODoutput/baseline/*
# IntelliJ
.idea/
-.DS_Store
-**/.DS_Store
diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index ab1f4164e..000000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,10 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
-# Ignored default folder with query files
-/queries/
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml
-# Editor-based HTTP Client requests
-/httpRequests/
diff --git a/.idea/copilot.data.migration.agent.xml b/.idea/copilot.data.migration.agent.xml
deleted file mode 100644
index 4ea72a911..000000000
--- a/.idea/copilot.data.migration.agent.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/copilot.data.migration.ask2agent.xml b/.idea/copilot.data.migration.ask2agent.xml
deleted file mode 100644
index 1f2ea11e7..000000000
--- a/.idea/copilot.data.migration.ask2agent.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/copilot.data.migration.edit.xml b/.idea/copilot.data.migration.edit.xml
deleted file mode 100644
index 8648f9401..000000000
--- a/.idea/copilot.data.migration.edit.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/README.md b/README.md
index 853823b15..7bf11d49e 100644
--- a/README.md
+++ b/README.md
@@ -1,118 +1,11 @@
# SimPaths
+by CeMPA (Centre for Microsimulation and Policy Analysis).
+
## What is SimPaths and how to use it?
SimPaths is an open-source framework for modelling individual and household life course events across multiple domains. The framework projects life histories over time, developing detailed representations of career paths, family and intergenerational relationships, health, and financial circumstances. As a family of models, SimPaths offers a dynamic simulation of how life events evolve and interact within populations.
SimPaths models currently exist for the UK, Greece, Hungary, Italy, and Poland. This page refers to the UK model; the other European models are available at the corresponding [SimPathsEU](https://github.com/centreformicrosimulation/SimPathsEU) page.
-The entire SimPaths documentation is available on its [WikiPage](https://github.com/centreformicrosimulation/SimPaths/wiki), which includes: a detailed description of its building blocks; instructions on how to set up and run the model; information about contributing to the model's development. For the web based version [click here](https://centreformicrosimulation.github.io/SimPaths/)
-
-
-
-
-
+The entire SimPaths documentation is available on its [website](https://centreformicrosimulation.github.io/SimPaths/), which includes: a detailed description of its building blocks; instructions on how to set up and run the model; information about contributing to the model's development.
\ No newline at end of file
diff --git a/documentation/wiki/developer-guide/internals/multirun-implementation.md b/documentation/wiki/developer-guide/internals/multirun-implementation.md
index ab2f03dfd..ee798acbd 100644
--- a/documentation/wiki/developer-guide/internals/multirun-implementation.md
+++ b/documentation/wiki/developer-guide/internals/multirun-implementation.md
@@ -3,3 +3,140 @@
!!! warning "In progress"
This page is under development. Contributions welcome —
see the [Developer Guide](../index.md) for how to contribute.
+
+## Running the MultiRun in the command line
+
+### Prerequisites
+
+- Java 19
+- Maven 3.8+
+- Optional IDE: IntelliJ IDEA (import as a Maven project)
+
+### Build and run
+
+In the command line, navigate to the project directory and run the following commands:
+
+```bash
+mvn clean package
+java -jar multirun.jar -DBSetup
+java -jar multirun.jar
+```
+
+The first command builds the JARs. The second creates the H2 donor database from the input data. The third runs the simulation using `default.yml`.
+
+To use a different config file:
+
+```bash
+java -jar multirun.jar -config my_run.yml
+```
+
+For configuration options, see the annotated `config/default.yml`. For the data pipeline and further reference, see [`documentation/`](documentation/README.md).
+
+
+
+
+
\ No newline at end of file
diff --git a/input/.DS_Store b/input/.DS_Store
deleted file mode 100644
index b3a2ac000..000000000
Binary files a/input/.DS_Store and /dev/null differ
diff --git a/input/InitialPopulations/.DS_Store b/input/InitialPopulations/.DS_Store
deleted file mode 100644
index 499b98c7e..000000000
Binary files a/input/InitialPopulations/.DS_Store and /dev/null differ
diff --git a/mkdocs.yml b/mkdocs.yml
index 01e7b975b..31873be04 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -6,6 +6,8 @@ site_url: https://centreformicrosimulation.github.io/SimPaths/
repo_url: https://github.com/centreformicrosimulation/SimPaths
repo_name: centreformicrosimulation/SimPaths
+docs_dir: documentation/wiki
+
copyright: >-
Copyright © Matteo Richiardi, Patryk Bronka, Justin van de Ven —
Centre for Microsimulation and Policy Analysis
diff --git a/requirements.txt b/requirements.txt
deleted file mode 100644
index 859460728..000000000
--- a/requirements.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-mkdocs>=1.6,<2.0
-mkdocs-material>=9.5,<10.0
-mkdocs-git-revision-date-localized>=1.2.0
diff --git a/src/.DS_Store b/src/.DS_Store
deleted file mode 100644
index 55740b95b..000000000
Binary files a/src/.DS_Store and /dev/null differ
diff --git a/src/main/.DS_Store b/src/main/.DS_Store
deleted file mode 100644
index 4337822cc..000000000
Binary files a/src/main/.DS_Store and /dev/null differ
diff --git a/src/main/java/.DS_Store b/src/main/java/.DS_Store
deleted file mode 100644
index acd62f49c..000000000
Binary files a/src/main/java/.DS_Store and /dev/null differ