26 lines
456 B
Markdown
26 lines
456 B
Markdown
---
|
|
home: true
|
|
---
|
|
|
|
# LBRY.tech website
|
|
|
|
Technical documentation website for [the LBRY protocol](https://lbry.io/).
|
|
|
|
Built with:
|
|
|
|
* [Vue.js](https://vuejs.org/)
|
|
* [Vuepress](https://vuepress.vuejs.org/)
|
|
* [Vuetify](https://vuetifyjs.com/)
|
|
* [Highlight.js](https://highlightjs.org/)
|
|
|
|
## Build Setup
|
|
|
|
``` bash
|
|
# install dependencies
|
|
npm install
|
|
|
|
# serve with hot reload at localhost:8080
|
|
vuepress dev
|
|
|
|
# build for production with minification
|
|
vuepress build
|