Skip to content

jeremylynch/gatsby-strapi-starter

Repository files navigation

Gatsby

Gatsby Landing Page Starter

A (slightly) opinionated Gatsby boilerplate to get started fast. Stack includes:

View Demo

🚀 Quick start

gatsby new gatsby-strapi-website https://github.com/jeremylynch/gatsby-strapi-starter

Testing Notes

This code currently cleanly passes the following checks

  • npm outdated
  • npm audit
  • npm run lint
  • npm run reformat
  • No warnings in JavaScript console, nor logged to terminal

Outstanding Tests

  • JS console occasionally logs http://localhost:8000/page-data/test/page-data.json 404 (not found) -- This likely comes from node_modules/gatsby/cache-dir/loader.jsor.../cache-dir/commons/loader.js
  • Chrome warning: [Deprecation] SharedArrayBuffer will require cross-origin isolation as of M91 -- Outside the scope of Gatsby; likely requires a React library upgrade
  • Form submit button requires an implementation in the Contact page

Releases

No releases published

Packages

No packages published