Skip to content

Commit

Permalink
fix: updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardo-larosa committed Dec 17, 2024
1 parent 78bf5ed commit fa7a596
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,18 @@ In addition to the Next.js React framework for static and server-side rendered a

## How to generate a Next.js commerce storefront with Elastic Path

In your terminal, run the following command to create a new Composable Starter app:
In your terminal, make sure you have the Composable CLI installed by running the following command:

```bash
npm install -g @elasticpath/composable-cli
```
You can verify the installation by running the following command:

```bash
ep --version
```

then run the following command to create a new Composable Starter app:

```bash
ep generate my-storefront
Expand Down

0 comments on commit fa7a596

Please sign in to comment.