Gatsby With Orga

First Thing First

November 10, 2020
81 words
1 minutes

When you are reading this post from http://localhost:8000, you can skip this one now...

But if you are reading this org file directly. Here you go. Instead of pointing you to gatsby's awesome official quick start page, I am going to list all the necessary commands here, so you don't have to jump away.

Install Gatsby CLI

npm install -g gatsby-cli

Create new site with this starter

gatsby new gatsby-site https://github.com/orgapp/gatsby-starter-blorg

start up your site

cd gatsby-site
yarn run develop

Now you have your site at http://localhost:8000.

Read more stories about "getting-started" ->