Merge 14660101d564d1e1527affde913cca70d3d1a510 into c75b0fc0012b2c31c40c6b1584b1a72c0dbeea7f

This commit is contained in:
Douglas Landvik 2022-11-01 20:01:11 +01:00 committed by GitHub
commit ec1fed0b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
packages/swell/README.md Normal file
View File

@ -0,0 +1,18 @@
## Swell Provider
Copy the `.env.template` file in this directory to `.env.local` in the main directory (which will be ignored by Git):
Visit https://www.swell.is/, under your account, for the env variables
```bash
cp packages/swell/.env.template .env.local
```
Then, set the environment variables in `.env.local` to match the ones from your store.
## Contribute
Our commitment to Open Source can be found [here](https://vercel.com/oss).
If you find an issue with the provider or want a new feature, feel free to open a PR or [create a new issue](https://github.com/vercel/commerce/issues).