From 4ce247773296a1fdd4641f30549012f067a61a69 Mon Sep 17 00:00:00 2001 From: manula thejan <51748597+manula2004@users.noreply.github.com> Date: Mon, 5 Oct 2020 10:43:11 +0530 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 074e3ca..9906ded 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,29 @@ Cleanup cache (often fixes miscellaneous errors when run before `yarn dev`): ``` yarn clean ``` +## developing with gatsby + +1. **Create a Gatsby site.** + +Use Gatsby CLI to create a new site, by running the following code. + +```sh +gatsby new project https://github.com/devfolioco/devfolio-gatsby-starter +``` + +2. **Start developing.** + +Navigate into your new site's directory and start it up. + +```sh +cd project +gatsby develop +``` + +3. **Open the code and start customizing** + +Your site is now running at `http://localhost:8000`! + ## Content