Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates #910

Merged
merged 2 commits into from
Oct 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@

🔥 **App Router**: Storefront utilizes React Server Components, Data Cache, and async components.

🟦 **TypeScript**: Built with typesafety in mind and with TypeScript strict mode enabled.

🦄 **GraphQL best practices**: Reduced boilerplate and bundle size thanks to GraphQL Codegen and `TypedDocumentString`.

💳 **Payment Apps integration**: The checkout process is integrated with Saleor Payment Apps – just a few clicks away from using Adyen (Stripe coming soon).
Expand All @@ -43,12 +45,12 @@
## Quickstart

> [!IMPORTANT]
> Use a free developer account at [Saleor Cloud](https://cloud.saleor.io/).
> The fastest way to get started with Saleor is using a free developer account at [Saleor Cloud](https://cloud.saleor.io/).

To download and install Saleor CLI, run the following command:
Install the latest version of the Saleor CLI by running the following command:

```bash
npm i -g @saleor/cli
npm i -g @saleor/cli@latest
```

[Learn more about Saleor CLI](https://docs.saleor.io/docs/3.x/cli).
Expand All @@ -59,6 +61,9 @@ Set up your local storefront development environment by running the `storefront
saleor storefront create --url https://{your_cloud_instance}.saleor.cloud
```

> [!NOTE]
> The minimum required version of Saleor CLI is `1.36.0`.

## Payments

Currently, Saleor Storefront supports payments via the [Saleor Adyen App](https://docs.saleor.io/docs/3.x/developer/app-store/apps/adyen). To enable it, you need to install the app in your Saleor Cloud instance. To do so, go to the Saleor Dashboard and click on the "Apps" tab. Then, click on the "Install" button next to the Adyen app. After the installation is complete, you must click on the app and configure it.
Expand Down