Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 957 Bytes

README.md

File metadata and controls

61 lines (39 loc) · 957 Bytes

fdk-cms-service

A headless Content Management System based on strapi v4.

Usage

yarn install

Run

yarn start

or to develop

yarn run develop

Run with docker-compose

docker-compose build
docker-compose up

Login localhost

Open http://localhost:1337, register user.

Update /config/server.js with your password:

secret: env('ADMIN_JWT_SECRET', <YOUR PASSWORD HERE>)

Restart Strapi

Developing Strapi

Run Strapi in "develop" mode from localhost. Build or edit content-types from Strapi admin. Commit generated files.

Applications need to generate types by running graphql-codegen script.

Quickstart

▶ yarn develop

Documentation

Apart from this README, you can find documentation on Strapi on their website.