From 2d4b59a91abb6d42179b45d4c8f2c35857f8cd08 Mon Sep 17 00:00:00 2001 From: Kentaro Matsushita Date: Sun, 23 Apr 2017 18:29:04 +0900 Subject: [PATCH] Add gatsby-starter-undefined to list of starters. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be44cc739e7c9..76b9eeeaf09b0 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ include yours! ) ([Demo](https://emilyaviva.github.io/gatsby-starter-blog-multiple-authors/)) * [Barebones](https://github.com/Rusta/gatsby-starter-barebones) ([Demo](https://rusta.github.io/gatsby-starter-barebones/)) * [Barebones with Preact](https://github.com/Rusta/gatsby-starter-barebones-preact) ([Demo](https://rusta.github.io/gatsby-starter-barebones-preact/)) +* [Undefined](https://github.com/kentaro-m/gatsby-starter-undefined) ([Demo](https://undefined.netlify.com/)) ### Tutorial: Building a documentation site from the Gatsby Documentation Starter 1. Install gatsby `npm install -g gatsby`