Create tutorials.md

Setting up the tutorials document which will contain all of the tutorials (and related resources) in categories.
This commit is contained in:
Bryan Lunduke 2021-06-17 10:42:31 -05:00 committed by GitHub
parent 706b9752e2
commit ae51c52240
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
documents/tutorials.md Normal file
View file

@ -0,0 +1,19 @@
---
title: Tutorials
description: Learn how to setup, use, deploy, and develop with LBRY.
---
# Setup your Development Environment
## Desktop Application
[Video tutorial](/resources/video-lbrydesktop) to setup the [Desktop app](https://github.com/lbryio/lbry-desktop) development environment.
## Android Application
[Video tutorial](/resources/video-lbryandroid) to setup the [Android app](https://github.com/lbryio/lbry-android) development environment.
## LBRY SDK
[Video tutorial](/resources/video-lbrysdk) to setup the [LBRY SDK](https://github.com/lbryio/lbry-sdk) development environment.
## LBRY Blockchain
[Video tutorial](/resources/video-lbrycrd) to setup the [LBRY Blockchain](https://github.com/lbryio/lbrycrd) development environment.