From fb1afa04241972863b5af8f1176ceec06a67d32a Mon Sep 17 00:00:00 2001 From: Jacob Paris Date: Sat, 9 Apr 2022 21:57:59 +0000 Subject: [PATCH 1/4] Update blog.md --- docs/tutorials/blog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/tutorials/blog.md b/docs/tutorials/blog.md index dc2ef8b734d..53c8dba45e8 100644 --- a/docs/tutorials/blog.md +++ b/docs/tutorials/blog.md @@ -11,14 +11,20 @@ We're going to be short on words and quick on code in this quickstart. If you're This tutorial uses TypeScript. Remix can definitely be used without TypeScript. We feel most productive when writing TypeScript, but if you'd prefer to skip the TypeScript syntax, feel free to write your code in JavaScript. + ## Prerequisites +Click this button to create a [Gitpod](https://gitpod.io) workspace with the project set up and ready to run in VS Code or JetBrains either directly in the browser or on the desktop. + +[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/jacobPARIS/indie-stack/) + If you want to follow this tutorial locally on your own computer, it is important for you to have these things installed: - [Node.js](https://nodejs.org) 14 or greater - [npm](https://www.npmjs.com) 7 or greater - A code editor + ## Creating the project Make sure you are running at least Node v14 or greater From 24bdb4c569949b5b0811c3753dddbe3a1be535c9 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Fri, 15 Apr 2022 16:01:50 -0600 Subject: [PATCH 2/4] Update docs/tutorials/blog.md --- docs/tutorials/blog.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/tutorials/blog.md b/docs/tutorials/blog.md index 53c8dba45e8..2ac455d680d 100644 --- a/docs/tutorials/blog.md +++ b/docs/tutorials/blog.md @@ -24,7 +24,6 @@ If you want to follow this tutorial locally on your own computer, it is importan - [npm](https://www.npmjs.com) 7 or greater - A code editor - ## Creating the project Make sure you are running at least Node v14 or greater From da9541caefa83966e3cda93f9466de2968d9e221 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Fri, 15 Apr 2022 16:01:55 -0600 Subject: [PATCH 3/4] Update docs/tutorials/blog.md --- docs/tutorials/blog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/blog.md b/docs/tutorials/blog.md index 2ac455d680d..e858e35399d 100644 --- a/docs/tutorials/blog.md +++ b/docs/tutorials/blog.md @@ -16,7 +16,7 @@ This tutorial uses TypeScript. Remix can definitely be used without TypeScript. Click this button to create a [Gitpod](https://gitpod.io) workspace with the project set up and ready to run in VS Code or JetBrains either directly in the browser or on the desktop. -[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/jacobPARIS/indie-stack/) +[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/remix-run/indie-stack) If you want to follow this tutorial locally on your own computer, it is important for you to have these things installed: From c4802a1d5777ce1df5c972edf1d3635b747bd003 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Fri, 15 Apr 2022 16:02:00 -0600 Subject: [PATCH 4/4] Update docs/tutorials/blog.md --- docs/tutorials/blog.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/tutorials/blog.md b/docs/tutorials/blog.md index e858e35399d..f7f7802a449 100644 --- a/docs/tutorials/blog.md +++ b/docs/tutorials/blog.md @@ -11,7 +11,6 @@ We're going to be short on words and quick on code in this quickstart. If you're This tutorial uses TypeScript. Remix can definitely be used without TypeScript. We feel most productive when writing TypeScript, but if you'd prefer to skip the TypeScript syntax, feel free to write your code in JavaScript. - ## Prerequisites Click this button to create a [Gitpod](https://gitpod.io) workspace with the project set up and ready to run in VS Code or JetBrains either directly in the browser or on the desktop.