edf0a3afdc
* Make filterPromises resolve entries before filtering * Add filterPromisesWith & onlySuccessfulPromises to utility library * Memoize user method in GitHub API * Make storeMetadata safe to call concurrently in GitHub API * Fork workflow: startup and authentication * Fork workflow: backend support * Fork workflow: disable unused UI elements * Fork workflow: docs * Fork workflow: fix deploy previews * Suggested edits for fork workflow doc * Change future tense to present * Fork workflow: add beta status to docs * remove debug statement * rename fork workflow to Open Authoring
Netlify CMS Website & Docs
This directory builds netlifycms.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 and Yarn installed on your computer.
From your terminal window, cd
into the website
directory of the repo, and run
yarn
yarn start
Then visit http://localhost:8000/ - Gatsby will automatically reload CSS or refresh the page when stylesheets or content changes.