The main VitePress 2.0.0 website wiki for the Horizon OC project.
docs/- Contains the markdown documentation and public assets.scripts/convert.js- Only scripts, copies https://rentry.co/mariko or erista markdown guides.
Install Node.JS (CI builds with 25.6.1)
Clone the repository and install dependencies:
git clone https://github.com/Horizon-OC/horizon-oc.github.io
cd horizon-oc.github.io
npm installTo start the dev web server:
npm run devThe website should be running on http://localhost:5173/.
To build the static site:
npm run buildThe output will be generated in docs/.vitepress/dist.
Contributions are welcome, beware that mariko.md and erista.md are mostly automated to match the rentry guides.
This project is licensed under Creative Commons Attribution 4.0 International.