Proof of concept site to test VitePress as main service for Manjaro documentation
Warning! Under development. Not even alpha state yet.
Requirements:
- You need Node.js version 18 or higher installed in your computer
npmpackage manager also needs to be installed
To test this site locally, clone the repo:
git clone https://github.com/cfinnberg/mdocs.git
And install Node dependencies:
cd mdocs
npm install
And that's all! :)
To run the project, just execute:
npm run docs:dev
To get more information about what you can or can't do with VitePress, please visit VitePress documentation site.
There is a live version of the project thanks to Github Pages: https://cfinnberg.github.io/mdocs