2018-04-20 15:17:16 +02:00
|
|
|
---
|
|
|
|
home: true
|
|
|
|
---
|
|
|
|
|
2018-03-23 12:53:54 +01:00
|
|
|
# LBRY.tech website
|
|
|
|
|
|
|
|
Technical documentation website for [the LBRY protocol](https://lbry.io/).
|
|
|
|
|
|
|
|
Built with:
|
|
|
|
|
|
|
|
* [Vue.js](https://vuejs.org/)
|
2018-04-20 15:17:16 +02:00
|
|
|
* [Vuepress](https://vuepress.vuejs.org/)
|
2018-03-23 12:53:54 +01:00
|
|
|
* [Vuetify](https://vuetifyjs.com/)
|
|
|
|
* [Highlight.js](https://highlightjs.org/)
|
|
|
|
|
|
|
|
## Build Setup
|
|
|
|
|
|
|
|
``` bash
|
|
|
|
# install dependencies
|
2018-04-20 15:17:45 +02:00
|
|
|
yarn
|
2018-03-23 12:53:54 +01:00
|
|
|
|
|
|
|
# serve with hot reload at localhost:8080
|
2018-04-20 15:17:16 +02:00
|
|
|
vuepress dev
|
2018-03-23 12:53:54 +01:00
|
|
|
|
2018-04-20 15:55:49 +02:00
|
|
|
# build for production with minification & start express server
|
|
|
|
yarn start
|