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.
-
Clone the repository
-
Install the dependencies
npm install
# or
yarn install
#or
pnpm install
- Run the development server
npm run dev
# or
yarn dev
#or
pnpm dev
- Open http://localhost:3000 with your browser to see the result.