An open API service indexing awesome lists of open source software.

https://github.com/decaporg/decap-website

Source of Decap website and docs
https://github.com/decaporg/decap-website

decap-cms documentation gatsby

Last synced: about 1 year ago
JSON representation

Source of Decap website and docs

Awesome Lists containing this project

README

          

# 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](https://gatsbyjs.org/).

To run the site locally, you'll need to have [Node](https://nodejs.org) version 18 or above installed on your computer.

To install dependencies and start the development server, run the following commands:

```bash
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.