From cea39c107ebb35edf9ee645cc533af5253957188 Mon Sep 17 00:00:00 2001 From: vlw Date: Fri, 30 Aug 2024 10:01:17 +0000 Subject: [PATCH] feat(doc): add README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9bfd3b..ef44260 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ -# website +# Vegvisir Website +Source code for the [Vegvisir website](https://vegvisir.vlw.se). The website is build from the ground up using the [Vegvisir](https://codeberg.org/vegvisir/vegvisir) web framework to highlight the framework's features. + +# Installation + +To run this website locally, follow the [installation instructions for the Vegvisir framework](https://vegvisir.vlw.se/docs/installation). After that, all you have to do is clone this repo and point Vegvisir to the cloned folder. + +No additional steps are required! \ No newline at end of file