2018-03-23 12:53:54 +01:00
|
|
|
# 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
|
|
|
|
```
|