You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
# Atlas Shopify Blueprint
1
+
# Headless Platform Shopify Blueprint
2
2
3
-
A Shopify template for Atlas Blueprints.
3
+
A Shopify template for Headless Platform Blueprints.
4
4
5
-
This repository contains a starter Blueprint to get you up and running quickly on WP Engine's Atlas platform with a simple WordPress site that uses product data from Shopify.
5
+
This repository contains a starter Blueprint to get you up and running quickly on WP Engine's Headless Platform with a simple WordPress site that uses product data from Shopify.
6
6
7
7
-[Check out the demo store here](https://atlasshopify.wpengine.com)
8
-
-[Try a sandbox version of Atlas to get started with this Blueprint](https://wpengine.com/headless-wordpress/)
8
+
-[Try a sandbox version of Headless Platform to get started with this Blueprint](https://wpengine.com/headless-wordpress/)
9
9
-[Documentation can be found here](https://developers.wpengine.com/docs/atlas-shopify-blueprint/introduction)
10
10
11
11
## Development
@@ -40,14 +40,14 @@ To run tests `npm run test`
40
40
41
41
`.nvmrc` is specifying that Node.js `v18` should be used. Any developer could then run `nvm use` to download, install, and switch to that version. `nvm install` will then install dependencies in line with that version.
42
42
43
-
## Configuring Shopify locally and on Atlas
43
+
## Configuring Shopify locally and on Headless Platform
44
44
45
45
In addition to default environment variables the Shopify Blueprint needs to add 2 more as follows:
For local development these can be added to `.env.local` and for production deployments these can be added in Atlas Dashboard. See [WP Engine headless docs for directions on how to configure Atlas Environment Variables](https://developers.wpengine.com/docs/atlas/local-app-development/frontend-app-config#2--define-environment-variables).
50
+
For local development these can be added to `.env.local` and for production deployments these can be added in Headless Platform Dashboard. See [WP Engine headless docs for directions on how to configure Headless Platform Environment Variables](https://developers.wpengine.com/docs/atlas/local-app-development/frontend-app-config#2--define-environment-variables).
51
51
52
52
## Creating a new Github release
53
53
@@ -57,19 +57,19 @@ The steps involved with creating a new release are as follows :
57
57
2. Run `npm install` and check the new version in the generated `package-lock.json`
58
58
3. Create a PR against `develop` with the version update. Review and merge the PR.
59
59
4. Create a PR from `develop` into the `main` branch and make sure it includes all the changes that are intended to be in the release. Review and merge the PR.
60
-
5. In the User Portal (production), create a new Atlas App using the Shopify Blueprint and verify if changes are there and the version is correct.
60
+
5. In the User Portal (production), create a new Headless Platform App using the Shopify Blueprint and verify if changes are there and the version is correct.
61
61
6. Create a new release in Github with the tag as the latest version with `main` as the target. (For description you can use the `generate release notes` button)
62
62
7. Post a message to [#team-pe-titan-public](https://wpengine.slack.com/archives/C04SJP4UBB7) using the following template:
63
-
> 🚀 Atlas Shopify Blueprint - Version X.Y.Z 🚀
63
+
> 🚀 Headless Platform Shopify Blueprint - Version X.Y.Z 🚀
64
64
> We have released a new version of the blueprint. <Shortsentencessummarisingthechangesadded>. For more details, follow this link: https://github.com/wpengine/atlas-shopify-blueprint/releases/tag/X.Y.Z
65
65
66
66
## For more information
67
67
68
68
For more information on this Blueprint please check out the following sources:
0 commit comments