From ae51c522403709e37520ae0bcbbf8b7f155e3a1d Mon Sep 17 00:00:00 2001 From: Bryan Lunduke Date: Thu, 17 Jun 2021 10:42:31 -0500 Subject: [PATCH] Create tutorials.md Setting up the tutorials document which will contain all of the tutorials (and related resources) in categories. --- documents/tutorials.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 documents/tutorials.md diff --git a/documents/tutorials.md b/documents/tutorials.md new file mode 100644 index 0000000..6ae3d8e --- /dev/null +++ b/documents/tutorials.md @@ -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. +