How to Build Magestore POS Open Source
Please download latest release package, then unzip
All source code of Magestore POS Open Source is in
client/pos
Please install npm to run build PWA Pos
https://www.npmjs.com/get-npm
Upload your POS customize to source code of PWA POS
In folder
client/pos
run command line “npm install”To build POS please run
npm run build
in folderclient/pos
Please copy all data in folder
client/pos/build
to folderserver/app/code/Magestore/Webpos/build/apps/pos/
(If it doesn't have that folder please create it).Copy folder
server/app/code/Magestore
to folder<magento root>/app/code/
Run command line to install all extension of Magestore
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento indexer:reindex php bin/magento cache:flush
Please run the command line
php bin/magento webpos:deploy
to deploy POS.