This is my personal blog where i write about tech.
git clone https://github.com/KeysiJones/my-blog.git
cd my-blog
npm install
rename .env.example file to .env.local
npm run dev
You can add new posts to a fake api in pages/api/posts/posts.js
All posts added there will be displayed in the main page
This blog was made with Tailwind CSS (v2.2) and Next.js.
You can see a live demo by clicking here.