Skip to content

MoneroKon/monerokon-vitepress

Repository files navigation

MoneroKon Vitepress

This is the new website written in VitePress for Monero Konferenco.

Install

Install nodejs first. Clone this repository, then run this command in the project root:

npm install

Run this to preview the website, it also live-reloads any edits you may make:

npm run docs:dev

Build

For production deployment, run:

npm run docs:build

The compiled ready to deploy HTML/JS/CSS will appear under .vitepress/dist.