Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/monerokon/monerokon-vitepress

Monero Konferenco's website powered by VitePress.
https://github.com/monerokon/monerokon-vitepress

monero monerokon

Last synced: 15 days ago
JSON representation

Monero Konferenco's website powered by VitePress.

Awesome Lists containing this project

README

        

# MoneroKon Vitepress

This is the new website written in [VitePress](https://vitepress.dev/) 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`.