See the readme @zzzkan/gatsby-theme-blog.
You can use @zzzkan/gatsby-starter-blog if you are creating a new site and want to use the theme.
npx gatsby new gatsby-starter-blog https://github.com/zzzkan/gatsby-starter-blog
Install dependencies and start development server.
yarn
yarn workspace site develop
Unit tests:
yarn test
E2E tests (build required):
yarn workspace site build
yarn test:e2e
The test site for this project will be deployed in netlify.
Thanks for your interest in my project. Don't hesitate to contact me via Twitter if you need anything.