1.2.0 • Published 5 years ago

gatsby-theme-macklinu-portfolio v1.2.0

Weekly downloads
4
License
MIT
Repository
-
Last release
5 years ago

gatsby-theme-macklinu-portfolio

Quick Start

mkdir my-site
cd my-site
yarn init
yarn add gatsby react react-dom gatsby-theme-macklinu-portfolio

Add the theme to your gatsby-config.js.

module.exports = {
  __experimentalThemes: [
    {
      resolve: 'gatsby-theme-macklinu-portfolio',
      options: {},
    },
  ],
}

That's it, you can now run your gatsby site using

yarn gatsby develop

Usage

TODO