1 min read

personal-website

Table of Contents

MIT License

Personal Website

My personal website where I post my Articles and Open Source Projects.

Usage

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Page Insights

Page Insights

Technologies used in this project

Name Description
Next.js Next.js is a popular React framework that offers static generation, SSR, etc.
Tailwind CSS A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup.
Node.js Node.js is a Javascript runtime build on Chrome`s V8 JavaScript
Typescript Typescript extends JavaScript by adding types to the language