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