Skip to content

Commit

Permalink
docs(readme): recommend create-hydrogen (#6)
Browse files Browse the repository at this point in the history
create-hydrogen will prompt for things like TS vs. JS and magically transform our template to JS; create-remix can't do that.
  • Loading branch information
serhalp committed Sep 9, 2024
1 parent cb3b77c commit b4dce72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ npm install -g netlify-cli@latest
To create a new project, either click the "Deploy to Netlify" button above, or run the following command:

```bash
npx create-remix@latest --template=netlify/hydrogen-template
npm create @shopify/hydrogen@latest -- --template https://github.com/netlify/hydrogen-template
```

Then follow the instructions in `.env.example` and you're ready to start developing.
Expand Down

0 comments on commit b4dce72

Please sign in to comment.