lbry.tech/README.md

61 lines
1.5 KiB
Markdown
Raw Normal View History

2018-05-10 15:06:12 +02:00
# LBRY.tech Website
2018-06-06 14:35:18 +02:00
[![Build Status](https://travis-ci.org/lbryio/lbry.tech.svg?branch=master)](https://travis-ci.org/lbryio/lbry.tech)
2018-05-10 15:06:12 +02:00
Technical documentation website for [the LBRY protocol](https://lbry.io/) made with Javascript.
2018-05-10 15:06:12 +02:00
Notable tools used:
* [Vue.js](https://vuejs.org/)
2018-04-20 15:17:16 +02:00
* [Vuepress](https://vuepress.vuejs.org/)
* [Highlight.js](https://highlightjs.org/)
2018-05-10 15:06:12 +02:00
![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
2018-06-05 11:27:11 +02:00
Visit [LBRY.tech](https://lbry.tech) for hosted version for this repository.
2018-05-10 15:06:12 +02:00
## Running from Source
2018-05-10 15:07:54 +02:00
### Prerequisities
2018-05-10 15:06:12 +02:00
2018-06-06 09:09:49 +02:00
* [Node](https://nodejs.org/) (version >= 10)
2018-05-10 15:06:12 +02:00
* [Yarn](https://yarnpkg.com/)
### Compiling
``` bash
2018-05-10 15:06:12 +02:00
# clone git project
git clone https://github.com/lbryio/lbry.tech
# install dependencies
2018-04-20 15:17:45 +02:00
yarn
# serve with hot reload at localhost:8080
2018-05-25 09:48:10 +02:00
yarn dev
2018-04-20 15:55:49 +02:00
# build for production with minification & start express server
yarn start
2018-05-10 15:06:12 +02:00
```
## 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
2018-05-10 15:07:54 +02:00
The primary contact for this project is [@kauffj](https://github.com/kauffj)