Welcome to Mayur's Blog! This is a personal blog application where you can find insights, tutorials, and stories from My tech journey.
To get started with the project, follow these steps:
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)
- Clone the repository:
git clone https://github.com/Mayur-Murarka/Mayurblog-app.git
cd blogapp
- Install the dependencies:
npm install
# or
yarn install
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.
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.
To run the application in production, use the following command:
npm start
# or
yarn start
This will start the development server in production mode.
- Dynamic Routing: The blog application uses dynamic routing to display individual blog posts.
- Markdown Support: Blog posts are written in Markdown and converted to HTML using remark and rehype.
- Responsive Design: The application is designed to be responsive and works well on various devices and scre
- SEO Optimization: The application is optimized for search engines with proper meta tags and descriptions.
- Customizable: The application is highly customizable with a variety of options for customizing the layout
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.