Skip to content

Commit

Permalink
docs: note about remix setup
Browse files Browse the repository at this point in the history
seeing a handful of people run into this, not sure why the template flag isn't automatically doing it, but `remix setup` is going away soon anyway, so just add it to the doc and then remove it later when it's no longer a thing.
  • Loading branch information
ryanflorence authored Apr 4, 2022
1 parent e3181bc commit 25049ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/tutorials/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ We're using [the Indie stack](https://github.com/remix-run/indie-stack), which i

💿 Now, open the project that was generated in your preferred editor and check the instructions in the `README.md` file. Feel free to read over this. We'll get to the deployment bit later in the tutorial.

💿 Setup Remix for development

```sh
remix setup
```

You should see a message that says "Successfully setup Remix for Node". You only need to do this once, though may need to run it again after you upgrade Remix versions later. Note that in a future version this will no longer be required.

💿 Let's start the dev server:

```sh
Expand Down

0 comments on commit 25049ae

Please sign in to comment.