Skip to content

Commit ad38eb2

Browse files
authored
Merge pull request #180 from w3bdesign/development
Improve README and use Prettier
2 parents eae3494 + 4ac4115 commit ad38eb2

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@
66

77
1. Install and activate the following plugins, in your WordPress plugin directory:
88

9-
* [woocommerce](https://wordpress.org/plugins/woocommerce) Ecommerce for Wordpress.
10-
* [wp-graphql](https://github.com/wp-graphql/wp-graphql) Exposes graphql for WordPress.
11-
* [wp-graphiql](https://github.com/wp-graphql/wp-graphiql) Provides GraphiQL IDE (playground) to the WP-Admin.
12-
* [wp-graphql-woocommerce](https://github.com/wp-graphql/wp-graphql-woocommerce) Adds Woocommerce functionality to a WPGraphQL schema.
13-
* [algolia-woo-indexer](https://github.com/w3bdesign/algolia-woo-indexer) Sends WooCommerce products to Algolia.
14-
15-
You can also import default Woocommerce products that come with wooCommerce Plugin for development ( if you don't have any products in your WordPress install ) `WP Dashboard > Tools > Import > WooCommerce products(CSV)`: The WooCommerce default products csv file is available at `wp-content/plugins/woocommerce/sample-data/sample_products.csv`
16-
17-
2. Clone or fork the repo and modify ```nextConfig.js```
9+
- [woocommerce](https://wordpress.org/plugins/woocommerce) Ecommerce for Wordpress.
10+
- [wp-graphql](https://github.com/wp-graphql/wp-graphql) Exposes graphql for WordPress.
11+
- [wp-graphiql](https://github.com/wp-graphql/wp-graphiql) Provides GraphiQL IDE (playground) to the WP-Admin.
12+
- [wp-graphql-woocommerce](https://github.com/wp-graphql/wp-graphql-woocommerce) Adds Woocommerce functionality to a WPGraphQL schema.
13+
- [algolia-woo-indexer](https://github.com/w3bdesign/algolia-woo-indexer) Sends WooCommerce products to Algolia.
14+
15+
1. Make sure WooCommerce has some products already
16+
The WooCommerce default products csv file is available at `wp-content/plugins/woocommerce/sample-data/sample_products.csv`
17+
Import the products at `WP Dashboard > Tools > Import > WooCommerce products(CSV)`
18+
2. Clone or fork the repo and modify `nextConfig.js`
1819
3. Modify the values according to your setup
19-
4. Start the server with ```npm run dev ```
20+
4. Start the server with `npm run dev`
2021
5. Enable COD (Cash On Demand) payment method in WooCommerce
2122

2223
## Features

0 commit comments

Comments
 (0)