From 05535d1e56bca7456b69510fa724493edf5fa1ca Mon Sep 17 00:00:00 2001 From: mrugesh mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Wed, 10 Oct 2018 16:44:27 +0530 Subject: [PATCH] docs: delete readme from client --- client/README.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 client/README.md diff --git a/client/README.md b/client/README.md deleted file mode 100644 index 7c165f7e67..0000000000 --- a/client/README.md +++ /dev/null @@ -1,26 +0,0 @@ -# gatsby-starter-default -The default Gatsby starter. - -For an overview of the project structure please refer to the [Gatsby documentation - Building with Components](https://www.gatsbyjs.org/docs/building-with-components/). - -## Install - -Make sure that you have the Gatsby CLI program installed: -```sh -npm install --global gatsby-cli -``` - -And run from your CLI: -```sh -gatsby new gatsby-example-site -``` - -Then you can run it by: -```sh -cd gatsby-example-site -gatsby develop -``` - -## Deploy - -[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-default)