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
- Host: GitHub
- URL: https://github.com/decaporg/decap-website
- Owner: decaporg
- Created: 2024-02-02T15:29:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T07:26:23.000Z (over 1 year ago)
- Last Synced: 2024-10-30T00:32:56.977Z (over 1 year ago)
- Topics: decap-cms, documentation, gatsby
- Language: JavaScript
- Homepage: https://decapcms.org
- Size: 20.5 MB
- Stars: 3
- Watchers: 5
- Forks: 104
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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.