0.0.5 • Published 4 years ago

@daugsbi/gatsby-theme-core v0.0.5

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

Core dependencies bundled by a Gatsby theme

Features

Quick Start

  • Create your gatsby project
  • Add your tsconfig.json and tslint.json
  • Add this theme to your gatsby-config.js
module.exports = {
  plugins: ["@daugsbi/gatsby-theme-core"]
};

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

yarn gatsby develop