@shopify/hydrogen 2023.1.6 → 2023.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,22 @@
1
+ <div align="center">
2
+
1
3
  # Hydrogen
2
4
 
3
- Hydrogen is a set of tools, utilities, and best-in-class examples for building a commerce application with [Remix](https://wwww.remix.run).
5
+ [![MIT License](https://img.shields.io/github/license/shopify/hydrogen)](LICENSE.md)
6
+ [![npm downloads](https://img.shields.io/npm/dm/@shopify/hydrogen.svg?sanitize=true)](https://npmcharts.com/compare/@shopify/hydrogen?minimal=true)
7
+
8
+ Hydrogen is Shopify’s stack for headless commerce. It provides a set of tools, utilities, and best-in-class examples for building dynamic and performant commerce applications. Hydrogen is designed to dovetail with [Remix](https://remix.run/), Shopify’s full stack web framework, but it also provides a React library portable to other supporting frameworks.
9
+
10
+ **Create a Hydrogen app**
11
+
12
+ ```bash
13
+ npm create @shopify/hydrogen@latest
14
+ ```
15
+
16
+ </div>
4
17
 
5
- [Check out the docs](https://shopify.dev/custom-storefronts/hydrogen)
18
+ - Interested in contributing to Hydrogen? [Read our contributing guide](../../CONTRIBUTING.md)
19
+ - Want to learn more? [Check out the Hydrogen docs on Shopify.dev](https://shopify.dev/custom-storefronts/hydrogen)
20
+ - Have questions? [Discord](https://discord.gg/Hefq6w5c5d)
21
+ - Upgrading from a previous version? [View the Changelog](./packages/hydrogen/CHANGELOG.md)
22
+ - Looking for Hydrogen v1? [The source code has been moved](https://github.com/Shopify/hydrogen-v1)