Documentation to come. You probably shouldn't be using this yet, we're actively working on it.
Info to come
Examples to come
// In your gatsby-config.js
module.exports = {
plugins: [
{
resolve: "gatsby-source-simplecast",
options: {
key: <Simplecast API key>,
}
}
],
};
npm test
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.