Skip to content

Commit 59ef325

Browse files
committed
Update configuration documentation
1 parent 52b4fcf commit 59ef325

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,18 @@ The current release has been tested and is confirmed working with the following
4141

4242
https://addons.mozilla.org/en-US/firefox/addon/apollo-developer-tools/ (Firefox)
4343

44-
https://chrome.google.com/webstore/detail/apollo-client-developer-t/jdkknkkbebbapilgoeccciglkfbmbnfm (Chrome)
45-
46-
Rename .env.example to .env so the Apollo debugger will correctly load. It will not load if the NODE_ENV variable is not correctly set.
44+
https://chrome.google.com/webstore/detail/apollo-client-developer-t/jdkknkkbebbapilgoeccciglkfbmbnfm (Chrome)
45+
4746

4847
3. Make sure WooCommerce has some products already or import some sample products
4948

5049
The WooCommerce sample products CSV file is available at `wp-content/plugins/woocommerce/sample-data/sample_products.csv` or [Sample products](sample_products/)
5150

5251
Import the products at `WP Dashboard > Tools > Import > WooCommerce products(CSV)`
5352

54-
4. Clone or fork the repo and modify `nextConfig.js`.
53+
4. Clone or fork the repo and modify `.env.example` and rename it to `.env.`
5554

56-
Then set the environment variables ALGOLIA_APP_ID and ALGOLIA_PUBLIC_API_KEY in Vercel or your preferred hosting solution.
55+
Then set the environment variables accordingly in Vercel or your preferred hosting solution.
5756

5857
See https://vercel.com/docs/environment-variables
5958

0 commit comments

Comments
 (0)