A fully responsible React blog made from scratch with Tailwind CSS, GraphQL, NextJS and requests to Hygraph.
It have a system of moderated comments on posts and pagination.
All texts were generated by AI.
Install project with:
npm install
On root folder create a .env file inserting your own NEXT_PUBLIC_GRAPHCMS_ENDPOINT and GRAPHCMS_TOKEN
Then start the project in develop mode with:
npm run dev
Open http://localhost:3000 with your browser to see the results.