This repository builds decapcms.org. If you'd like to propose changes to the site or docs, you'll find the source files in here.
The site is built with GatsbyJS.
To run the site locally, you'll need to have Node version 18 or above installed on your computer.
To install dependencies and start the development server, run the following commands:
npm install
npm run start
Then visit http://localhost:8000/ - Gatsby will automatically reload CSS or refresh the page when stylesheets or content changes.