Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #4

Merged
merged 2 commits into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 6 additions & 40 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,11 @@
# Hydrogen template: Gorgias Demo Store
# Gorgias Hydrogen demo store

This is a demo store
The demo store can be accessed [here](https://hydrogen-demo-bfb875895056b8a5e24b.o2.myshopify.dev).

Hydrogen is Shopify’s stack for headless commerce. Hydrogen is designed to dovetail with [Remix](https://remix.run/), Shopify’s full stack web framework. This template contains a **full-featured setup** of components, queries and tooling to get started with Hydrogen.
Complete instructions on how to get Gorgias running on Hydrogen: [https://docs.gorgias.com/en-US/shopify-hydrogen-96240](https://docs.gorgias.com/en-US/shopify-hydrogen-96240).

[Check out Hydrogen docs](https://shopify.dev/custom-storefronts/hydrogen)
[Get familiar with Remix](https://remix.run/docs/en/v1)

## What's included
You can read more about the underlying technologies here:

- Remix
- Hydrogen
- Oxygen
- Shopify CLI
- ESLint
- Prettier
- GraphQL generator
- TypeScript and JavaScript flavors
- Tailwind CSS (via PostCSS)
- Full-featured setup of components and routes

## Getting started

**Requirements:**

- Node.js version 16.14.0 or higher

```bash
npm create @shopify/hydrogen@latest -- --template demo-store
```

Remember to update `.env` with your shop's domain and Storefront API token!

## Building for production

```bash
npm run build
```

## Local development

```bash
npm run dev
```
- [Hydrogen](https://shopify.dev/custom-storefronts/hydrogen)
- [Remix](https://remix.run/docs/en/v1)
Loading