This is a portfolio website built with Next.js, showcasing projects, articles, and other work by me.
To run the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/RahulMandyal1/rahulmandyal.dev.git
-
Install the dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 to view the website in your browser.
You can start editing the pages by modifying app/page.tsx
. The page will automatically update as you make changes.
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.
The project is integrated with Contentlayer for managing and rendering content. Make sure to run contentlayer build
after making content changes.
npm run dev
: Start the development server.
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.
To learn more about the technologies used in this project, check out the following resources:
- Next.js Documentation - Learn more about Next.js features and API.
- Tailwind CSS Documentation - Get familiar with Tailwind CSS and how to style your app.
- Contentlayer Documentation - Manage and structure content with ease.
This portfolio website is live at rahulmandyal-dev.vercel.app.
Let me know if you'd like to make further changes!