Trocador

This is the new website written in VitePress for Monero Konferenco.
Install nodejs first. Clone this repository, then run this command in the project root:
npm installRun this to preview the website, it also live-reloads any edits you may make:
npm run docs:devFor production deployment, run:
npm run docs:buildThe compiled ready to deploy HTML/JS/CSS will appear under .vitepress/dist.