From 97f1f10cef9df3c1c83c43a458df686a230a3a2a Mon Sep 17 00:00:00 2001 From: jgal1 <108492038+jgal1@users.noreply.github.com> Date: Thu, 13 Jul 2023 11:57:22 -0700 Subject: [PATCH] Update intermission.md including a caution block to let the reader know not to look for a Typescript version (#8885) I'm a first-time Redwood user. While working through the tutorial, once I hit the intermission and started working through the examples, I realized cloning the tutorial repo with the default instructions contained js-only code. Since the tutorial provided example snippets in Typescript, I figured there must be a separate branch or way to download a typescript version. After poking around, I found this open issue https://github.com/redwoodjs/redwood-tutorial/issues/56 and realized this was in progress, so this just edits the documentation to save other readers time while working through the tutorial. I'm no copywriter, and the tutorial seems to take a specific tone, so please feel free to edit the copy or make suggestions (i.e. link to the github issue in the comment so people can track it) I didn't include the issue since there doesn't seem to be a precedent for doing so in the rest of the documentation. Using Redwood for the first time has been a great experience by the way! --------- Co-authored-by: Dominic Saadi --- docs/docs/tutorial/intermission.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/tutorial/intermission.md b/docs/docs/tutorial/intermission.md index 5354ae4e6272..0416b563de5b 100644 --- a/docs/docs/tutorial/intermission.md +++ b/docs/docs/tutorial/intermission.md @@ -34,6 +34,12 @@ yarn rw dev If you haven't been through the first tutorial, or maybe you went through it on an older version of Redwood (anything pre-0.41) you can clone [this repo](https://github.com/redwoodjs/redwood-tutorial) which contains everything built so far and also adds a little styling so it isn't quite so...tough to look at. The example repo includes [TailwindCSS](https://tailwindcss.com) to style things up and adds a `
` or two to give us some additional hooks to hang styling on. +:::caution The TypeScript version of the Example Repo is currently in progress + +If you want to complete the tutorial in TypeScript, continue with your own repo, making any necessary edits. Don't worry, the remainder of the tutorial continues to offer both TypeScript and JavaScript example code changes. + +::: + ```bash git clone https://github.com/redwoodjs/redwood-tutorial cd redwood-tutorial