My personal website with Next.js 14 and server components.
To get started with the project, follow these steps:
- Clone the repository:
git clone {repository URL}
- Navigate to the project directory:
cd {project directory}
- Install dependencies:
pnpm install
To launch the development server, execute the following command:
pnpm run dev
This will initiate the server at http://localhost:3000.
For running tests, use the command:
npm run test
This use React Testing Library to verify that the blog's functionality aligns with expectations.
- Utilizes the latest Next.js 13 version.
- Employs React components for a dynamic user interface.
- Fully responsive design for optimal viewing on any device.
- Incorporates a blog section for sharing experiences and insights.
- SEO optimization to broaden audience reach.
- Includes a newsletter for subscribers to stay updated on new content.
Interested in contributing? Follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b {branch name}
- Implement changes and commit them:
git commit -m '{commit message}'
- Push to the branch:
git push origin {branch name}
- Create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.