lbry.tech/README.md

27 lines
551 B
Markdown
Raw Normal View History

# LBRY.tech website
Technical documentation website for [the LBRY protocol](https://lbry.io/).
Built with:
* [Vue.js](https://vuejs.org/)
* [Vue Webpack Boilerplate](https://github.com/vuejs-templates/webpack)
* [Vuetify](https://vuetifyjs.com/)
* [Highlight.js](https://highlightjs.org/)
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```