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/client
git submodule foreach 'git add .'
git submodule foreach 'git commit -m "update"'
git push --recurse-submodules=on-demand
yarn web start
yarn desktop start
yarn storybook start
yarn mobile android
yarn mobile ios
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.