www/README.md

688 B

Shopity

Ecommerce template using 11ty, knockout, stripe, docker

Setting shipping rates data

Website and API

docker-compose up

Stripe hook

Runs on HOOK_PORT.

npm install
npm run stripe-webhook

/etc/systemd/system/www-stripe-hook.service

[Unit]
Description=Stripe webhook
Documentation=
After=network-online.target

[Service]
WorkingDirectory=/usr/local/src/mysite
ExecStart=npm run stripe-webhook.js

[Install]
WantedBy=default.target