mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 23:16:59 +00:00
19 lines
599 B
Markdown
19 lines
599 B
Markdown
## 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).
|
|
|