This blog uses Gatsby as a React based static site generator. I write articles about FPV quads, web dev, life-long learning and other topics from my personal experience.
To get started clone the repo and install the dependencies:
$ git clone https://github.com/jumpalottahigh/blog.georgi-yanev.com.git blog
$ cd blog
$ npm install
To run locally in dev mode:
$ npm run dev