A complete blog website created with JAMstack
. (Gatsby.js & Sanity.io).
Made with ❤️ by (Z-CODES
- Live Preview: [https://healthguru-blog.vercel.app/][preview]
Official Health Blog website for HealthGuru.
Site was created using the JAMstack
. I used Gatsby.js
for the frontend and Sanity.io
for the headless CMS. And the content was sourced from the CMS using graphql
. Site is hosted on vercel
and connected to the CMS via webhooks!
You can clone the project and navigate to the web folder to view the frontend of the project and run;
npm install
then after installation, run;
npm run dev
to start the development environment on your local system.