- Clone this repo
- Run
yarnornpm install
- Write your blog post in markdown format under
src/blog-posts. Refer the existing markdown template for title and date. - Then run
npx gatsby developto load the page in your local machine. Usually loads in http://localhost:8000