27 lines
485 B
Markdown
27 lines
485 B
Markdown
---
|
|
home: true
|
|
title: LBRY.tech
|
|
---
|
|
|
|
# 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
|
|
yarn
|
|
|
|
# serve with hot reload at localhost:8080
|
|
vuepress dev
|
|
|
|
# build for production with minification & start express server
|
|
yarn start
|