- This is a simple profile website built using Next.js, TailwindCSS, and TypeScript.
- It serves as a platform to showcase your professional information, skills, projects, and contact details.
- The website is designed to be responsive and visually appealing.
Docker :
- Make sure you have Docker installed on your machine.
- Run this command to start the project.
docker compose up
To run the project locally, make sure you have Node.js and npm (Node Package Manager) installed on your machine. Then follow these steps:
- Clone the repository:
`https://github.com/sutarrohit/Developer_Profile`
- Install Dependencies:
npm install
- Build Project:
npm run build
- Start Project:
npm run start