Skip to content

adlonymous/next-blog-portfolio

Repository files navigation

This is my Blog website which I have built using NextJS and created using Create-Next-App. The other technologies used include TypeScript & TailwindCSS with a hint of NodeJS. In the future, I will be adding more posts and eventually convert this into my portfolio website.

How to run the project

  1. Clone the repository

  2. Install the dependencies

npm install
# or
yarn install
#or
pnpm install
  1. Run the development server
npm run dev
# or
yarn dev
#or
pnpm dev
  1. Open http://localhost:3000 with your browser to see the result.