feat(doc): add README

This commit is contained in:
Victor Westerlund 2024-08-30 10:01:17 +00:00
parent f5cc732123
commit cea39c107e

View file

@ -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!