add woocommerce plugin with atomic site #69111
-
How can I start with atomic and Woocommerce plugin installed? I can't add plugin because they asked me to upgrade my plan. I'm totally new in this project. Can you help me please ? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Hello! You’ll probably want to reach out to WordPress.com support. This GitHub repository is where we develop the open source Calypso UI used on WordPress.com, but we’re not really equipped to help out with your specific WP.com plan or plugins. There are a couple good support articles that might help you get started with Woo on WP.com: |
Beta Was this translation helpful? Give feedback.
-
If you're hoping to contribute to Calypso, this repo's README has some information about how to run it locally and get started with development. Note that Calypso isn't actually a WordPress plugin, but a JavaScript-based client that uses the REST API to communicate with WordPress.com and Jetpack sites. |
Beta Was this translation helpful? Give feedback.
-
Yes it is very helpful. They gives great guidlines. |
Beta Was this translation helpful? Give feedback.
If you're hoping to contribute to Calypso, this repo's README has some information about how to run it locally and get started with development. Note that Calypso isn't actually a WordPress plugin, but a JavaScript-based client that uses the REST API to communicate with WordPress.com and Jetpack sites.
If you're hoping to contribute to WooCommerce, you'd likely start with their contributor guidelines:
https://github.com/Automattic/woocommerce/blob/security/DEVELOPMENT.md
I'd personally also try setting up a local environment for that development work myself. However, if you wanted to use WordPress.com for WooCommerce development, you'd need a Business plan in order to use custom plugins a…