Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 491 Bytes

README.org

File metadata and controls

28 lines (21 loc) · 491 Bytes

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