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)