KeysiJones / iamjones

Home Page:iamjones.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

iamjones.vercel.app


Languages

Language:JavaScript 64.7%Language:CSS 19.0%Language:TypeScript 16.2%Language:Shell 0.1%