KeysiJones / my-blog

My personal tech blog

Home Page:https://keysijones-blog.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keysi Jones's personal tech blog

This is my personal blog where i write about tech.

How to run this project

Clone the project

git clone https://github.com/KeysiJones/my-blog.git
cd my-blog

Install dependencies

npm install

Make sure you have the env variables set

rename .env.example file to .env.local

Run the project

npm run dev

That's it !!

Adding new posts

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.

About

My personal tech blog

https://keysijones-blog.vercel.app


Languages

Language:JavaScript 62.3%Language:TypeScript 20.3%Language:CSS 17.2%Language:Shell 0.1%