lbry.tech/CONTRIBUTING.md
ポール ウェッブ eb7a76f0a5 Typos
2018-07-12 16:47:38 -05:00

1 KiB

Contributing

This project follows the global contributing standards for all LBRY projects, to read those go here.

You can contribute to this project by creating a pull request.

Want to contribute by editing the text content on the site? This is easy, as most of the pages are Markdown files. Just use the "Edit this page on Github" found at the bottom of every page on the website.

Code Overview

This project is a JavaScript-based documentation website and includes both the back-end and front-end of the website at lbry.tech.

Back-End

Node.js + Fastify handle the back-end of this site. All back-end functionality is in one file, server.js. Additionally, the back-end works as a proxy for some basic LBRY daemon method calls at daemon.lbry.tech.

Front-End

choo handles the front-end of this site. Sass files are automatically compiled when edited.