Strapi

learn strapi, the open-source headless CMS

Prerequisites

Session

# create app
npx create-strapi-app my-project --quickstart

# local docker install / run via https://strapi.io/documentation/v3.x/installation/docker.html

# pull
docker-compose pull

# run
docker-compose up -d

# open web ui
open http://localhost:1337/admin

Screenshots

Resources