Get Started

Setup

05/17/2020


header start

🤷‍♀️

Not sure what's going on? This post walks you through step-by-step for installation

Quick Start 🚀

1. Download using npx | npm

BASH
# Using npx
npx gatsby new my-blog https://github.com/EllisMin/gatsby-blog-mdx
BASH
# Using npm
npm i -g gatsby-cli
gatsby new my-blog https://github.com/EllisMin/gatsby-blog-mdx

If you haven't, download npm/npx with Node.js

2. That's it! Run your blog locally

BASH
cd my-blog
npm start

Then, open your web browser and go to localhost:8000

What's next? 🤔

- Learn about creating post

- Customize your blog

- Deploy Blog on Netlify💫


WRITTEN BY

My Simple blog

Austin, TX