8000 GitHub - elberdalfidan/saleor-slack: A central space for Saleor Apps, integrations, and the AppStore ⚙️
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

elberdalfidan/saleor-slack

 
 

Repository files navigation

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

Apps list

In the apps folder, you will find the following applications:

  • data-importer - import data from CSV to Saleor.
  • invoices - generate invoice PDF for each order.
  • klaviyo - send Saleor events to Klaviyo, where you can notify the customers.
  • emails-and-messages - notifications and email communication with customers.
  • search - connect Saleor with search engines.
  • slack - get notifications on Slack channel from Saleor events.
  • taxes - calculate order and checkout taxes using external services.
  • cms - exports products from Saleor to CMS.

Development

Setup

Make sure you have installed pnpm:

npm install -g pnpm

Install all dependencies:

pnpm install

Start the apps` dev servers:

pnpm dev

The apps' ports will be displayed in the terminal output.

You can find the required env vars for each app in apps/NAME/.env.example file.

To start an individual app, run:

pnpm dev --filter=saleor-app-X

where X is the app's name (matching saleor/X).

Build

To build all apps, run:

pnpm build

Documentation

About

A central space for Saleor Apps, integrations, and the AppStore ⚙️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.2%
  • Python 7.8%
  • JavaScript 3.0%
  • Other 1.0%
0