This will outline how to set up a Strapi install on localhost.
- Set correct node version (currently strapi is at v14)
- Install using npm or yarn
npx create-strapi-app project-name --quickstart
- Create an administrator user
- You will get an admin panel after the script installs strapi
- You can also use the
--templateflag to get the option to choose betweenblogecommerce- Look at s the documentation for more details