Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 473 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 473 Bytes

💼 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