lbry.tech/README.md

27 lines
456 B
Markdown
Raw Normal View History

2018-04-20 15:17:16 +02:00
---
home: true
---
# 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/)
* [Vuetify](https://vuetifyjs.com/)
* [Highlight.js](https://highlightjs.org/)
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
2018-04-20 15:17:16 +02:00
vuepress dev
# build for production with minification
2018-04-20 15:17:16 +02:00
vuepress build