Archived in favour of @wcpos/monorepo
| Web | Desktop | iOS | Android | Community |
|---|---|---|---|---|
This is a monorepo for the WooCommerce POS client application. It contains packages for Web, Deasktop (Electron) and Mobile (iOS and Android) builds.
$ git clone --recurse-submodules https://github.com/wcpos/clientgit submodule foreach 'git add .'
git submodule foreach 'git commit -m "update"'
git push --recurse-submodules=on-demandyarn web start
yarn desktop start
yarn storybook start
yarn mobile android
yarn mobile iosAll version can be kept in sync by using yarn version eg:
yarn version --patchyarn version --minoryarn version --major
Bumping the version will automatically tag, commit and push the release.