/blog

Blog with Next.js 13 App Router, TailwindCSS & Contentlayer

Primary LanguageMDX

Blog of Nafi Asib

This blog is created with Next.js 13 (App Router), Contentlayar, TailwindCSS.

All the blog posts are written in MDX.

This project is hosted on an arm64 based VPS on Oracle Cloud. A Github Action is triggered when code is pushed to main. This action builds and pushes a Docker image to Dockerhub. On the VPS, Watchtower checks and updates the local Docker images on a 30 minutes interval.

Run the project locally

Clone the project:

git@github.com:NafiAsib/blog.git
  • Run the development server:
cd blog
pnpm install
pnpm dev

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