Skip to content

dfireBird/dfirebird.github.io

Repository files navigation

dfirebird.github.io

https://github.com/dfireBird/dfirebird.github.io/workflows/Build/badge.svg

Personal site built using gatsby

Installation

Clone or fork the repo and install dependencies

git clone <repo url>
cd dfirebird.github.io
yarn

Developing and Serving

Serve the site locally to localhost:8000 using

yarn run develop

or

yarn start