Skip to content

Commit 25049ae

Browse files
authored
docs: note about remix setup
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.
1 parent e3181bc commit 25049ae

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/tutorials/blog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ We're using [the Indie stack](https://github.com/remix-run/indie-stack), which i
4343

4444
💿 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.
4545

46+
💿 Setup Remix for development
47+
48+
```sh
49+
remix setup
50+
```
51+
52+
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.
53+
4654
💿 Let's start the dev server:
4755

4856
```sh

0 commit comments

Comments
 (0)