Skip to content
/ monorepo Public

Monorepo for the cross-platform WooCommerce POS Application

License

Notifications You must be signed in to change notification settings

wcpos/monorepo

Repository files navigation

Monorepo for WooCommerce POS

React Native cross-platform applications for taking WooCommerce orders at the Point of Sale.

Web App Desktop App Native Apps Discord Chat

About  —  Structure  —  Workflows  —  How to use it

💡 About

The goal of this project is to develop a free and extensible Point of Sale application with first-class support for collecting payment via cryptocurrency.

Currently the application requires WooCommerce to provide the backend database, but it should not necessarily be limited to WooCommerce.

This monorepo contains all the code necessary to build the client applications. To use with WooCommerce you will need to also install the WooCommerce POS plugin for WordPress.

📁 Structure

  • apps - Apps that only use packages and aren't aware of other apps.
  • packages - Node packages that may use external and/or local packages.

Apps

Packages

👷 Workflows

Clone the monorepo repository, using the recursive flag will also clone the submodules.

> git clone --recursive https://github.com/wcpos/monorepo.git

Next install the Javascript dependencies using yarn:

> yarn install

To start the web, iOS and Android development build, use:

> yarn managed start

To start the electron (desktop) development build, use:

> yarn electron start

🚀 How to use it

Coming soon.

About

Monorepo for the cross-platform WooCommerce POS Application

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published