- Clone this repo
- Don't forget to change word 'temp' by "Project-name" in package.json and docker files.
- Install docker (https://docs.docker.com/get-docker/)
- Update
.env
file inside cms. - Build docker image (
yarn setup
) - Run web app (
yarn start:web
) - Run server (
yarn start:cms
)
- Resource center - Strapi resource center.
- Strapi documentation - Official Strapi documentation.
- Strapi tutorials - List of tutorials made by the core team and the community.
- Strapi blog - Official Strapi blog containing articles made by the Strapi team and the community.