tech.lbry.org/README.md
2018-04-20 16:17:16 +03:00

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