This repository contains a homepage based on vitepress and customized with Vue.js.
The homepage is hosted on GitHub Pages
- Clone Repository
git clone https://github.com/KohlbacherLab/homepage
- Install Node.js
https://nodejs.org/en/download/prebuilt-installer
- Install dependencies
npm i
- Run docs generation with Hot Module Replacement (HMR):
npm run dev