Skip to content

redapollos/gatsby-source-storm

Repository files navigation

Gatsby

gatsby-source-storm

A Gatsby source plugin for the Storm CMS

🚀 Quick start

To get started, you can follow these steps:

  1. Install the plugin
npm i gatsby-source-storm
  1. Configure the plugin by adding it to the gatsby-config.js file
module.exports = {
  plugins: [
    {
        resolve: `gatsby-source-storm`,
        options: {
            host: process.env.REACT_APP_WEBAPI_URL,
            appkey: "Your app key"
        }
    },
  ],
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published