mirror of
https://github.com/strapi/strapi.git
synced 2025-07-03 23:20:24 +00:00
22 lines
319 B
Markdown
22 lines
319 B
Markdown
![]() |
# Create strapi
|
||
|
|
||
|
This package includes the `create-strapi` CLI to make the creation of a strapi project simpler.
|
||
|
|
||
|
## How to use
|
||
|
|
||
|
### Quick usage (recommended)
|
||
|
|
||
|
Using yarn create command
|
||
|
|
||
|
```sh
|
||
|
npm init strapi@latest
|
||
|
yarn create strapi@latest
|
||
|
pnpm create strapi@latest
|
||
|
```
|
||
|
|
||
|
Using npx
|
||
|
|
||
|
```sh
|
||
|
npx create-strapi@latest
|
||
|
```
|