From 772f82b6be6536633688fa5dac05877f84378dc3 Mon Sep 17 00:00:00 2001 From: "Mark M. Florida" <4173034+mflorida@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:07:11 -0500 Subject: [PATCH] chore: Update README.md to include install step --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d274954c..65c4e538 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,13 @@ Click this button to create a [Gitpod](https://gitpod.io) workspace with the pro ## Development -- First run this stack's `remix.init` script and commit the changes it makes to your project. +- Install stack dependencies: + + ```sh + npm install + ``` + +- Run this stack's `remix.init` script and commit the changes it makes to your project. ```sh npx remix init