1.0.0 • Published 4 years ago

@joesanchezjr/gatsby-theme-anthem v1.0.0

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

Gatsby Theme Anthem

Quick Start

mkdir my-site
cd my-site
yarn init
# install @joesanchezjr/gatsby-theme-anthem and it's dependencies
yarn add gatsby react react-dom @joesanchezjr/gatsby-theme-minimal

Then add the theme to your gatsby-config.js. We'll use the long form here for education purposes.

module.exports = {
  plugins: [
    {
      resolve: "@joesanchezjr/gatsby-theme-anthem",
      options: {}
    }
  ]
};

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

yarn start
1.0.0

4 years ago