MinecraftWiki

Static website for a minecraft wiki

Setup Guide for VitePress

https://vitepress.dev/guide/getting-started

First things first

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.

Local preview build

To locally build the website rund the command: npm run docs:dev and click on the localhost link.

GitLap Pages setup

https://docs.gitlab.com/user/project/pages/