Skip to content

decaporg/decap-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a48234a · Feb 17, 2025
Feb 17, 2025
Mar 21, 2024
Apr 15, 2024
Jun 14, 2024
Jan 24, 2020
Feb 7, 2024
Mar 11, 2024
Jul 28, 2020
Oct 21, 2021
Feb 7, 2024
Mar 13, 2024
Aug 23, 2018
Mar 13, 2024
Apr 15, 2024
Feb 7, 2024
Aug 5, 2024
Mar 21, 2024
Feb 2, 2024

Repository files navigation

Decap CMS Website & Docs

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.

Local development

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

If you want to see data from GitHub (releases) locally, you need to add GITHUB_TOKEN environment variable to the .env file. This is a private access token that you can generate in Github settings.

Then visit http://localhost:8000/ - Gatsby will automatically reload CSS or refresh the page when stylesheets or content changes.