Skip to content

Riley1101/portfolia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c293764 · Dec 4, 2024
May 23, 2023
Jan 27, 2023
Aug 1, 2023
Dec 4, 2024
Nov 2, 2024
Nov 2, 2024
Nov 2, 2024
Oct 5, 2024
Aug 30, 2023
Oct 5, 2024
Nov 2, 2024
Nov 2, 2024
Nov 2, 2024
Nov 27, 2022
Apr 7, 2023
Nov 16, 2023
May 23, 2023
Nov 2, 2024
Nov 2, 2024
Nov 2, 2024
Dec 3, 2022
Nov 2, 2024
Oct 5, 2024

Repository files navigation

Preview image

My personal website with Next.js 14 and server components.

Installation

To get started with the project, follow these steps:

  1. Clone the repository: git clone {repository URL}
  2. Navigate to the project directory: cd {project directory}
  3. 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.

Features

  • 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.

Contributing

Interested in contributing? Follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b {branch name}
  3. Implement changes and commit them: git commit -m '{commit message}'
  4. Push to the branch: git push origin {branch name}
  5. Create a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.