Skip to content

RahulMandyal1/rahulmandyal.dev

Repository files navigation

RahulMandyal.dev

This is a portfolio website built with Next.js, showcasing projects, articles, and other work by me.

Getting Started

To run the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/RahulMandyal1/rahulmandyal.dev.git
  2. Install the dependencies:

    npm install
  3. Run the development server:

    npm run dev
  4. Open http://localhost:3000 to view the website in your browser.

Editing

You can start editing the pages by modifying app/page.tsx. The page will automatically update as you make changes.

Tailwind CSS Configuration

This project uses Tailwind CSS for styling. You can find the Tailwind configuration in the tailwind.config.ts file. Recent updates include custom CSS variables for background and foreground colors.

Added Variables:

  • --background: rgb(14, 20, 27)

You can easily customize or extend this theme by modifying these variables.

Contentlayer

The project is integrated with Contentlayer for managing and rendering content. Make sure to run contentlayer build after making content changes.

Scripts

  • npm run dev: Start the development server.

Deployment

The easiest way to deploy this Next.js app is through Vercel, from the creators of Next.js.

Follow Next.js deployment documentation for detailed instructions on deploying the project.

Learn More

To learn more about the technologies used in this project, check out the following resources:

About

This portfolio website is live at rahulmandyal-dev.vercel.app.


Let me know if you'd like to make further changes!