Skip to content

Boelensman1/decap-website

 
 

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.

About

Source of Decap website and docs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%