Skip to content

Commit f5a8478

Browse files
authored
Merge pull request #233 from w3bdesign/development
Update README.md
2 parents cb4fad8 + cce5c9e commit f5a8478

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
@@ -13,23 +13,29 @@
1313
- [algolia-woo-indexer](https://github.com/w3bdesign/algolia-woo-indexer) Sends WooCommerce products to Algolia.
1414
- [headless-wordpress](https://github.com/w3bdesign/headless-wp) Disables the frontend so only the backend is accessible. (optional)
1515

16-
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.
16+
2. For debugging and testing, install either
1717

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

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

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

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

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

3440
## Features
3541

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

0 commit comments

Comments
 (0)