Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zackha committed Sep 19, 2022
1 parent ab02241 commit b2fa155
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ An alternative open source woocommerce admin panel developed with [React Admin](
4. Edit `App.js` and fill in `woocommerceUrl`, `consumerKey` and `consumerSecret` with your generated API keys
5. `yarn start`

If your API is on another domain as the JS code, you'll need to whitelist this header with an Access-Control-Expose-Headers CORS header.

You need to allow access to the your IP number, from the firewall settings (whitelist - allowlist) of your server where your WooCommerce site is located.

## License

Licensed under the [MIT License](https://github.com/zackha/woocommerce-admin/blob/master/LICENSE)
Licensed under the [MIT License](https://github.com/zackha/woocommerce-admin/blob/master/LICENSE)

0 comments on commit b2fa155

Please sign in to comment.