Skip to content

dentednerd/hotaru

Repository files navigation

My professional site, built in Gatsby and hosted on Netlify.

Netlify Status

Prerequisites

  • install Gatsby CLI: npm install -g gatsby-cli

Installation

git clone https://github.com/dentednerd/hotaru.git
cd ./hotaru
yarn

Development

yarn dev

In browser, navigate to localhost:8000.

Deployment

git push

Pushing to the master branch triggers a Netlify deployment.