https://docs.strapi.io/dev-docs/quick-start#_1-install-strapi-and-create-a-new-project
Strapi offers a lot of flexibility. Whether you want to go fast and quickly see the final result, or would rather dive deeper into the product, we got you covered. For this tutorial, we’ll go for the DIY approach and build a project and data structure from scratch.
☑️ Prerequisites
Before installing Strapi, the following requirements must be installed on your computer:
- Node.js
- : Only
- Active LTS or Maintenance LTS versions
- are supported (currently
- v18
- and
- v20
- ). Odd-number releases of Node, known as “current” versions of Node.js, are not supported (e.g. v19, v21).
- Your preferred Node.js package manager:
- npm
- (
- v6
- and above)
- yarn
- Python
- (if using a SQLite database)
🚀 Part A: Create a new project with Strapi
Step 1: Run the installation script
Run the following command in a terminal: