lbry.tech/README.md
2018-04-24 11:56:52 +03:00

28 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