forked from crowetic/commerce
20 lines
663 B
Markdown
20 lines
663 B
Markdown
|
## Saleor Provider
|
||
|
|
||
|
**Demo:** TBD
|
||
|
|
||
|
Before getting starter, a [Saleor](https://saleor.io/) account and store is required before using the provider.
|
||
|
|
||
|
Next, copy the `.env.template` file in this directory to `.env.local` in the main directory (which will be ignored by Git):
|
||
|
|
||
|
```bash
|
||
|
cp framework/saleor/.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).
|