64 lines
1.5 KiB
Markdown
64 lines
1.5 KiB
Markdown
---
|
|
home: true
|
|
title: LBRY.tech
|
|
---
|
|
|
|
# LBRY.tech Website
|
|
|
|
Technical documentation website for [the LBRY protocol](https://lbry.io/) made with Javascript.
|
|
|
|
Notable tools used:
|
|
|
|
* [Vue.js](https://vuejs.org/)
|
|
* [Vuepress](https://vuepress.vuejs.org/)
|
|
* [Highlight.js](https://highlightjs.org/)
|
|
|
|
![Screenshot of LBRY.tech](https://spee.ch/f/lbry-tech-screenshot.png)
|
|
|
|
## Installation
|
|
|
|
This project is not designed to be installed directly. Continue reading below to learn how to use this project.
|
|
|
|
## Usage
|
|
|
|
Visit [beta.LBRY.tech](https://beta.lbry.tech) for hosted version for this repository.
|
|
|
|
## Running from Source
|
|
|
|
### Prerequisities
|
|
|
|
* [Node](https://nodejs.org/) (version >= 9)
|
|
* [Yarn](https://yarnpkg.com/)
|
|
* [Vuepress](https://vuepress.vuejs.org/)
|
|
|
|
### Compiling
|
|
|
|
``` bash
|
|
# clone git project
|
|
git clone https://github.com/lbryio/lbry.tech
|
|
|
|
# install dependencies
|
|
yarn
|
|
|
|
# serve with hot reload at localhost:8080
|
|
vuepress dev
|
|
|
|
# build for production with minification & start express server
|
|
yarn start
|
|
```
|
|
|
|
## Contributing
|
|
|
|
Contributions to this project are welcome, encouraged, and compensated. For more details, see [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
|
|
## License
|
|
|
|
This project is MIT licensed. For the full license, see [LICENSE](LICENSE)
|
|
|
|
## Security
|
|
|
|
We take security seriously. Please contact [security@lbry.io](mailto:security@lbry.io) regarding any security issues. [Our PGP key is here](https://keybase.io/lbry/key.asc) if you need it.
|
|
|
|
## Contact
|
|
|
|
The primary contact for this project is [@kauffj](https://github.com/kauffj)
|