Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.08 KB

README.md

File metadata and controls

67 lines (44 loc) · 1.08 KB

parcel-lab-shopify-app

Description

Sync your Shopify orders to parcelLab.

Clone

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

Installation

yarn install
cp .env.example .env
# Now open and edit .env

Running the app

# development
yarn run start

# watch mode
yarn run start:dev

# production mode
yarn run start:prod

Test

# unit tests
yarn run test

# e2e tests
yarn run test:e2e

# test coverage
yarn run test:cov

Support

This app is an AGPL-licensed open source project. If you'd like this app please help us to make the app better.

Stay in touch

License

This app is licensed under The GNU Affero General Public License.