This blog is created with Next.js 13 (App Router), Contentlayer & 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.
Clone the project:
git clone git@github.com:NafiAsib/blog.git- Run the development server:
cd blog
pnpm install
pnpm devOpen http://localhost:3000 with your browser to see the result.