My Own Digital Home on the Internet
This product is a Next.js application with a directory structure that includes app routers. It uses React, Typescript, and Tailwind CSS. It also includes Contentlayer with MDX plugins for content management, SEO metadata, ESLint for code problem detection and fixing, Prettier for code formatting, Husky & Lint Staged to run scripts on staged files, and Conventional Commit Lint for commit message linting. The project can be cloned and customized according to the user’s requirements.
To run this project locally, follow the steps below:
.env file similar to .env.example and input the required environment variables.To customize the project, you can modify various files such as lib/metadata.ts, app/about/page.tsx, app/resume/page.tsx, public/share/resume.pdf, public/static, tailwind.config.js, content, and next.config.js.
This product is a Next.js application with a directory structure, incorporating features such as React, Typescript, Tailwind CSS, and Contentlayer with MDX plugins. It also includes various tools for code quality and formatting, such as ESLint and Prettier. The installation guide allows users to easily set up and customize the project. Overall, this project provides a solid foundation for building web applications with Next.js.