Static website for a minecraft wiki
https://vitepress.dev/guide/getting-started
Start VS Code and add the extension “Vue (Official)”
Next switch to the getting-started page of vitepress and rund the commands shown on their site in powershell terminal to initialize vitepress on your device. The Setup wizard is only used for the first initialization. No need to run it if there is already an instance crated.
To locally build the website rund the command:
npm run docs:dev and click on the localhost link.
https://docs.gitlab.com/user/project/pages/