Skip to content

Commit cce5c9e

Browse files
committed
Update README.md
1 parent e979a5a commit cce5c9e

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,29 @@
1212
- [wp-graphql-woocommerce](https://github.com/wp-graphql/wp-graphql-woocommerce) Adds Woocommerce functionality to a WPGraphQL schema.
1313
- [algolia-woo-indexer](https://github.com/w3bdesign/algolia-woo-indexer) Sends WooCommerce products to Algolia.
1414

15-
2. For debugging and testing, install either https://addons.mozilla.org/en-US/firefox/addon/apollo-developer-tools/ (Firefox) or https://chrome.google.com/webstore/detail/apollo-client-developer-t/jdkknkkbebbapilgoeccciglkfbmbnfm (Chrome) depending on your browser.
15+
2. For debugging and testing, install either
1616

17-
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.
17+
https://addons.mozilla.org/en-US/firefox/addon/apollo-developer-tools/ (Firefox) or
18+
19+
https://chrome.google.com/webstore/detail/apollo-client-developer-t/jdkknkkbebbapilgoeccciglkfbmbnfm (Chrome)
20+
21+
depending on your browser.
22+
23+
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.
1824

1925
3. Make sure WooCommerce has some products already or import some sample products
2026

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

2329
Import the products at `WP Dashboard > Tools > Import > WooCommerce products(CSV)`
2430

25-
2. Clone or fork the repo and modify `nextConfig.js`
26-
3. Modify the values according to your setup
27-
4. Start the server with `npm run dev`
28-
5. Enable COD (Cash On Demand) payment method in WooCommerce
29-
6. Add a product to the cart
30-
7. Proceed to checkout (Gå til kasse)
31-
8. Fill in your details and place the order
31+
4. Clone or fork the repo and modify `nextConfig.js`
32+
5. Modify the values according to your setup
33+
6. Start the server with `npm run dev`
34+
7. Enable COD (Cash On Demand) payment method in WooCommerce
35+
8. Add a product to the cart
36+
9. Proceed to checkout (Gå til kasse)
37+
10. Fill in your details and place the order
3238

3339
## Features
3440

@@ -54,5 +60,4 @@ Rename .env.example to .env so the Apollo debugger will correctly load. It will
5460
- Display product variation name in cart / checkout
5561
- Hide products not in stock
5662
- Add better SEO
57-
- Add a better README.md
5863
- Implement https://github.com/cyrilwanner/next-optimized-images for production

0 commit comments

Comments
 (0)