Gatsby Netlify Cms screenshot

Gatsby Netlify Cms

Updated: 8 Sep 2019
163 Stars

Example website built with Gatsby V2 and Netlify CMS

Categories

Overview

This product is an example website built using Gatsby V2 and Netlify CMS. It showcases how a Gatsby project is structured with Netlify CMS and provides a template for users to easily deploy their own instance of the application. The website is a fictional JavaScript meetup site that displays upcoming and past meetups, as well as information about the meetup group.

Features

  • Gatsby V2 and Netlify CMS integration
  • Lists upcoming meetups on the website
  • Provides information about the meetup group
  • Displays a list of past meetups

Installation

  1. Ensure that Node is installed (refer to .nvmrc file for the specific version)
  2. Clone the repository
  3. Run npm install to install the required dependencies
  4. To test the CMS locally, run a production build of the site using the command npm run build
  5. Configure the CMS by referring to the Netlify CMS documentation

Summary

This product is a Gatsby and Netlify CMS example website that serves as a guide for structuring and deploying similar applications. It showcases the integration of Gatsby V2 and Netlify CMS, and provides features such as displaying upcoming and past meetups and providing information about the meetup group. The installation process is straightforward and users can easily configure the CMS according to their needs.