Skip to content

wcpos/woocommerce-pos

Repository files navigation

A WordPress plugin for taking WooCommerce orders at the Point of Sale.

Tests Hooks docs Deploy to WP Engine Deploy to WordPress.org Discord chat

About  —  Structure  —  Workflows  —  How to use it

💡 About

Coming soon.

📁 Structure

Coming soon.

👷 Workflows

We recommend LocalWP for creating a WordPress install on your local machine. You can either clone the WooCommerce POS repository into the /wp-content/plugins/ folder or create a symbolic link (recommended).

git clone https://github.com/wcpos/woocommerce-pos.git

To prepare the repository for local development you should rename .env.example to .env, this will set the local development flag to true.

Next you will need to install the required PHP via composer and JavaScript packages via yarn.

composer prefix-dependencies
composer install
yarn install

Once you have installed the required packages you can now start development. To build the settings page, use:

 yarn settings start

🚀 How to use it

Coming soon.