A modern headless WordPress solution.
See our Getting Started guide.
Visit headstartwp.10up.com/docs for the full documentation.
The docs site lives in the docs
directory. It is currently not part of the monorepo/workspace setup so npm install
must be executed in the docs
dir. To run the docs site locally run the following commands:
cd docs
npm install
npm run start
Active: 10up is actively working on this, and we expect to continue work for the foreseeable future including keeping tested up to the most recent version of WordPress. Bug reports, feature requests, questions, and pull requests are welcome.
A complete listing of all notable changes to 10up's Headless Framework are documented in CHANGELOG.md files within the core, hooks, and next packages.
Visit the CONTRIBUTING page for initial contribution and engineering guidance.
This repository is a monorepo, under the packages
there are all the tools that are published to npm. The projects
directory is a collection of test projects linked to the tools in packages
and is used for testing purposes.