Skip to content

itsmeow/itsmeow.dev

Repository files navigation

itsmeow.dev

itsmeowdev's portfolio website. Hosted at https://itsmeow.dev/

Usage

Clone the repository and install the dependencies.

yarn install

Run Gatsby in development mode

gatsby develop

Build the page in production mode

gatsby build

Serve the built production page

gatsby serve