Skip to content

Wojstan/ws-portfolio

Repository files navigation

💼 My portfolio repository

🔗 Link to the page: https://ws-portfolio.vercel.app/

⚙️ Installation

  1. Clone the repository to your computer.
$ git clone https://github.com/Wojstan/ws-portfolio.git
  1. Install dependencies.
$ pnpm install

⚙️ Updating dependencies

After modifying package.json, you need to update the shrinkwrap file with the following command:

pnpm install