Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/monerokon/monerokon-vitepress
- Owner: MoneroKon
- License: apache-2.0
- Created: 2024-11-22T02:30:54.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-01-15T22:09:50.000Z (24 days ago)
- Last Synced: 2025-01-24T21:14:26.705Z (15 days ago)
- Topics: monero, monerokon
- Language: Vue
- Homepage: https://www.monerokon.org
- Size: 2.44 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.