From 371dc429956e89b984a17b7257283e8c718386a4 Mon Sep 17 00:00:00 2001 From: Henkka <123746320+h3nkk44@users.noreply.github.com> Date: Fri, 31 Jan 2025 09:31:07 +0100 Subject: [PATCH] Update README.md Added link to the hosted website --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30d4da1..5510ee4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ExPECA Project Website +Website found at: https://expeca.proj.kth.se/ + ## Getting started Website is built using [mkdocs-material](https://squidfunk.github.io/mkdocs-material/). @@ -11,4 +13,4 @@ Easiest way to write and preview is by using the docker-compose configuration pr docker-compose -f docker/docker-compose.yml up ``` -The live preview will then be served at [localhost:8000](https://localhost:8000). \ No newline at end of file +The live preview will then be served at [localhost:8000](https://localhost:8000).