Sync your Shopify orders to parcelLab.
This repository has submodules, so you need to clone this repository with it's submodules:
git clone --recurse-submodules https://github.com/ArtCodeStudio/parcel-lab-shopify-app.git
cd parcel-lab-shopify-app
If you have already pulled the repository you can just run:
git submodule update --init --recursive
git pull --recurse-submodules
yarn install
cp .env.example .env
# Now open and edit .env
# development
yarn run start
# watch mode
yarn run start:dev
# production mode
yarn run start:prod
# unit tests
yarn run test
# e2e tests
yarn run test:e2e
# test coverage
yarn run test:cov
This app is an AGPL-licensed open source project. If you'd like this app please help us to make the app better.
This app is licensed under The GNU Affero General Public License.