Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erezrokah/tech-blog


https://github.com/erezrokah/tech-blog

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Gatsby Starter Tech Blog

### Initial Setup

- Clone this repo
- Run `yarn` or `npm install`

### Writing blog post

- Write your blog post in markdown format under `src/blog-posts`. Refer the existing markdown template for title and date.
- Then run `npx gatsby develop` to load the page in your local machine. Usually loads in [http://localhost:8000](http://localhost:8000)