Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 362 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 362 Bytes

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