itsmeowdev's portfolio website. Hosted at https://itsmeow.dev/
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