Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.4 KB

README.md

File metadata and controls

50 lines (36 loc) · 1.4 KB

MDX Blog build w NextJs, Tailwindcss

preview

Description

This is a blog website built with Next.js and Tailwind CSS. It serves as a template for creating a modern, responsive, and SEO-friendly blog.

Features

  • Built with Next.js for server-side rendering and static site generation.
  • Styled with Tailwind CSS for a customizable and responsive design.
  • Supports MDX for writing content with Markdown and JSX.
  • Hosted on Vercel for fast and efficient deployment.

Installation

To get a local copy of the project, you can clone the repository and install the dependencies:

git clone https://github.com/michahl/netxjs-blog.git
cd netxjs-blog
npm install

Usage

To run the development server:

npm run dev

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

To build the project for production:

npm run build
npm start

Contributing

Contributions are welcome! Please fork the repository and make your changes in a separate branch. Open a pull request with a clear description of your changes.

License

This project is licensed under the MIT License.

Contact

For any inquiries or feedback, please reach out to michahl.

Links