From 27b2275d3ab833ba40dc50ce1712100c2c027cb0 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 2 Dec 2021 12:37:24 -0700 Subject: [PATCH] embedded video on getting started tutorial Signed-off-by: Richard Jones --- docs/learn/1003-get-started.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/learn/1003-get-started.md b/docs/learn/1003-get-started.md index f30f505d..0021948b 100644 --- a/docs/learn/1003-get-started.md +++ b/docs/learn/1003-get-started.md @@ -2,8 +2,11 @@ slug: /1003/get-started/ --- + # Get Started with Dagger + + In this tutorial, you will learn the basics of Dagger by building a Dagger project from scratch. This simple project deploys a [React](https://reactjs.org/) application to your local machine via Docker. In later tutorials, you will learn how to configure Dagger to deploy to remote infrastructure such as EKS and GKE. This tutorial does involve writing CUE, so if you haven’t already, be sure to read [What is CUE?](./1005-what_is_cue.md)