Skip to content

Latest commit

 

History

History
executable file
·
21 lines (13 loc) · 816 Bytes

README.md

File metadata and controls

executable file
·
21 lines (13 loc) · 816 Bytes

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.