Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.44 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.44 KB

My Personal Website

This project was built using these technologies and tools.

Requirements

In order to run the project, the following tools must be installed on your system:

  • Node.js (v16.x and above)
  • npm or yarn package manager

Installation and Operation

You can run the project in local environment by following the steps below:

  1. Clone the project repository:

    git clone https://github.com/bozaci/yusufbozaci.dev.git
    cd yusufbozaci.dev
  2. Install the requirements:

    npm install
    # or
    yarn install
  3. Start the application:

    npm run dev
    # or
    yarn giant
  4. Access from browser: You can view the application at http://localhost:3000.

License

See the LICENSE file for details. (fear not, no complicated license)