Skip to content

Latest commit

 

History

History
81 lines (59 loc) · 2.37 KB

README.md

File metadata and controls

81 lines (59 loc) · 2.37 KB

Mayur's Blog

Welcome to Mayur's Blog! This is a personal blog application where you can find insights, tutorials, and stories from My tech journey.

Getting Started

To get started with the project, follow these steps:

Prerequisites

Make sure you have the following installed on your machine:

  • Node.js (v14 or later)
  • npm (v6 or later) or yarn (v1.22 or later)

Installation

  1. Clone the repository:
git clone https://github.com/Mayur-Murarka/Mayurblog-app.git
cd blogapp
  1. Install the dependencies:
npm install
# or
yarn install

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Building for Production

To build the application for production, use the following command:

npm run build
# or
yarn build

This will create an optimized production build in the .next directory.

Running in Production

To run the application in production, use the following command:

npm start
# or
yarn start

This will start the development server in production mode.

Features

  1. Dynamic Routing: The blog application uses dynamic routing to display individual blog posts.
  2. Markdown Support: Blog posts are written in Markdown and converted to HTML using remark and rehype.
  3. Responsive Design: The application is designed to be responsive and works well on various devices and scre
  4. SEO Optimization: The application is optimized for search engines with proper meta tags and descriptions.
  5. Customizable: The application is highly customizable with a variety of options for customizing the layout

Deploy on Vercel

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.