Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
typeofweb committed Oct 9, 2023
1 parent 32261eb commit 9c09895
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 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 Down

0 comments on commit 9c09895

Please sign in to comment.