Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 533 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 533 Bytes

Inkster - Headless content management solution

Inkster is a open-source headless cms.

Getting started

The most comfortable way to set up Inkster is by using Docker and docker-compose. Simply run

$ docker-compose build
$ docker-compose run --rm web /app/migrate
$ docker-compose run --rm web /app/main add-user admin@example.com admin
$ docker-compose up

and then go to localhost:8000/graphql and play with the API.