Welcome to my blog template. Built using Next.js 14, MDX, Tailwind CSS, and ShadCN.
In this tutorial we will build a Blog template by combining two major technologies. We will use Nextjs and MDX. You will also learn in this guide:
Clone the repository:
git clone https://github.com/Ali-Onar/nextjs-mdx-blog-template.git
Install dependencies:
npm install
# or
yarn install
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.