Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.2 KB

README.md

File metadata and controls

59 lines (34 loc) · 1.2 KB

WojciechBajer.com Source Code

This is the source code for the personal website located at www.wojciechbajer.com.

Description

This repository contains the code for my personal website, which serves as my online portfolio and blog.

Installation

Prerequisites:

Please ensure that you have the following installed on your machine:

  • Node.js

Steps:

  1. Clone the repository:

    git clone https://github.com/wojciechbajer/wojciechbajer.com.git
  2. Navigate to the project directory:

    cd wojciechbajer.com
  3. Install the required dependencies:

    npm install
  4. Start the development server:

    npm run dev

The website should now be accessible at http://localhost:[port].

Usage

This website is a personal portfolio and blog, where I share my projects, experiences, and writings.

Contributions

While I appreciate your interest, I am not currently accepting pull requests for this project.

License

This project is licensed under the MIT License. See the LICENSE.md file for details.

Contact

Feel free to contact me at [[email protected]] for any questions or feedback.