Skip to content

Commit

Permalink
Updates (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
typeofweb authored Oct 9, 2023
1 parent 32261eb commit 692ba86
Showing 1 changed file with 8 additions and 3 deletions.
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

0 comments on commit 692ba86

Please sign in to comment.