Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/tutorials/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Comment thread
kentcdodds marked this conversation as resolved.
Outdated
## 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/)
Comment thread
kentcdodds marked this conversation as resolved.
Outdated

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


Comment thread
kentcdodds marked this conversation as resolved.
Outdated
## Creating the project

<docs-warning>Make sure you are running at least Node v14 or greater</docs-warning>
Expand Down