Overview
Harsh’s Developer Portfolio is built using NextJS, statically typed in TypeScript. The website follows industry best practices for development.
Features
- Built with NextJS: Utilizes NextJS for fast and efficient web development.
- Statically Typed in TypeScript: Ensures type safety and improved code quality.
- MIT License: Available under the MIT license for open-source use.
- Contributing Guidelines: Clear guidelines for contributing to the project.
- Code of Conduct: Specifies the code of conduct for contributors.
- Forking Policy: Guidelines on forking the repository for personal use.
Installation
- Install Dependencies:
npm install
- Building:
npm run build
- Running Server:
- Start the development server:
npm run dev
- Start the server:
npm start
- Start the development server:
- Other Commands:
- ESLint:
npm run lint
- Prettier:
npm run format
- ESLint:
Summary
Harsh’s Developer Portfolio, built on NextJS, is a well-structured project that serves as an example of best practices in web development. With features like TypeScript integration, clear contributing guidelines, and a permissive fork policy, this portfolio project showcases a commitment to open-source collaboration while upholding standards of code quality and conduct.