Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

wcpos/client

Repository files navigation

Client app for WooCommerce POS

Archived in favour of @wcpos/monorepo

Web Desktop iOS Android Community
Web App Desktop Build status Build status Discord Chat

About

This is a monorepo for the WooCommerce POS client application. It contains packages for Web, Deasktop (Electron) and Mobile (iOS and Android) builds.

Installation

$ git clone --recurse-submodules https://github.com/wcpos/client

Submodules

git submodule foreach 'git add .'
git submodule foreach 'git commit -m "update"'
git push --recurse-submodules=on-demand

Development

yarn web start
yarn desktop start
yarn storybook start
yarn mobile android
yarn mobile ios

Version and Release

All version can be kept in sync by using yarn version eg:

  • yarn version --patch
  • yarn version --minor
  • yarn version --major

Bumping the version will automatically tag, commit and push the release.