No description
Find a file
Lukasz Ostrowski 081d15e168
Add prettier on pre-commit & reformat codebase (#137)
* Run prettier on project

* Install lint-staged

* Add Husky
2023-02-10 11:13:59 +01:00
.changeset Extract TitleBar and AppIcon to shared package and implement it in apps (#134) 2023-02-09 18:41:23 +01:00
.github/workflows Extract TitleBar and AppIcon to shared package and implement it in apps (#134) 2023-02-09 18:41:23 +01:00
.husky Add prettier on pre-commit & reformat codebase (#137) 2023-02-10 11:13:59 +01:00
apps Add prettier on pre-commit & reformat codebase (#137) 2023-02-10 11:13:59 +01:00
packages Add prettier on pre-commit & reformat codebase (#137) 2023-02-10 11:13:59 +01:00
templates Setup Turborepo boilerplate 2023-02-07 18:57:26 +01:00
.eslintignore Extract TitleBar and AppIcon to shared package and implement it in apps (#134) 2023-02-09 18:41:23 +01:00
.eslintrc.js Add shared eslint 2023-02-07 19:11:48 +01:00
.gitignore Extract TitleBar and AppIcon to shared package and implement it in apps (#134) 2023-02-09 18:41:23 +01:00
.prettierignore Add prettier on pre-commit & reformat codebase (#137) 2023-02-10 11:13:59 +01:00
.prettierrc Move config files 2023-02-07 19:27:17 +01:00
CODEOWNERS Move config files 2023-02-07 19:27:17 +01:00
LICENSE Move config files 2023-02-07 19:27:17 +01:00
package.json Add prettier on pre-commit & reformat codebase (#137) 2023-02-10 11:13:59 +01:00
pnpm-lock.yaml Add prettier on pre-commit & reformat codebase (#137) 2023-02-10 11:13:59 +01:00
pnpm-workspace.yaml Setup Turborepo boilerplate 2023-02-07 18:57:26 +01:00
README.md Add prettier on pre-commit & reformat codebase (#137) 2023-02-10 11:13:59 +01:00
turbo.json Extract TitleBar and AppIcon to shared package and implement it in apps (#134) 2023-02-09 18:41:23 +01:00

Saleor Apps

Saleor Apps

The central space for Saleor Apps, Integrations and Marketplace.


Overview

This repository serves as a starting point in the exploration of Saleor apps.

Saleor apps are separate applications that use GraphQL to talk to the Saleor server and receive webhooks with event notifications from Saleor.

docs.saleor.io

From here, you can visit: