Get Started
Setup
05/17/2020
🤷♀️
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 npxnpx gatsby new my-blog https://github.com/EllisMin/gatsby-blog-mdx
BASH
# Using npmnpm i -g gatsby-cligatsby 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-blognpm start
Then, open your web browser and go to localhost:8000