Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 877 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 877 Bytes

Gatsby

Gatsby's headless Wordpress CMS starter

Start your Wordpress Headless CMS project with Gatsby.

🚀 Quick start

  1. Clone repository

    Use the Gatsby CLI to create a new site, specifying the default starter.

    git clone https://github.com/maciekkociela/wordpress-gatsby-starter.git
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd wordpress-gatsby-starter/
    npm install
    gatsby develop
  3. Setup gatsby-config.js and gatsby-node.js

    Open gatsby-config.js and gatsby-node.js and fill them with your Wordpress site data.

cbsg-website