https://github.com/artcodestudio/parcel-lab-shopify-app
https://github.com/artcodestudio/parcel-lab-shopify-app
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/artcodestudio/parcel-lab-shopify-app
- Owner: ArtCodeStudio
- License: agpl-3.0
- Created: 2020-09-16T12:37:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-30T12:22:03.000Z (almost 4 years ago)
- Last Synced: 2025-10-02T04:30:08.717Z (8 months ago)
- Language: TypeScript
- Size: 289 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# parcel-lab-shopify-app
## Description
Sync your Shopify orders to [parcelLab](https://parcellab.com).
## Clone
This repository has submodules, so you need to clone this repository with it's submodules:
```sh
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:
```sh
git submodule update --init --recursive
git pull --recurse-submodules
```
## Installation
```bash
yarn install
cp .env.example .env
# Now open and edit .env
```
## Running the app
```bash
# development
yarn run start
# watch mode
yarn run start:dev
# production mode
yarn run start:prod
```
## Test
```bash
# 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
- [Art+Code Studio](https://artandcode.studio)
## License
This app is licensed under [The GNU Affero General Public License](LICENSE.md).