Skip to content

Commit

Permalink
examples: update instructions for create-strapi-app (#35288)
Browse files Browse the repository at this point in the history
Not sure how you want to handle this, but the current instructions aren't compatible with the latest version of strapi and migration steps aren't super clear yet. It does work flawlessly with v3 of Strapi though.



## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [x] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [X ] Make sure the linting passes by running `yarn lint`
  • Loading branch information
bernard-lin committed Mar 13, 2022
1 parent edce68b commit 9f54b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/cms-strapi/README.md
Expand Up @@ -48,8 +48,8 @@ yarn create next-app --example cms-strapi cms-strapi-app
Use the provided [Strapi template Next example](https://github.com/strapi/strapi-template-next-example) to run a pre-configured Strapi project locally. See the [Strapi template docs](https://strapi.io/documentation/developer-docs/latest/setup-deployment-guides/installation/templates.html#templates) for more information

```bash
npx create-strapi-app my-project --template next-example --quickstart
# or: yarn create strapi-app my-project --template next-example --quickstart
npx create-strapi-app@3 my-project --template next-example --quickstart
# or: yarn create strapi-app@3 my-project --template next-example --quickstart
npm run develop # or: yarn develop
```

Expand Down

0 comments on commit 9f54b56

Please sign in to comment.