This repository contains the source code for Jakub Szpil's personal portfolio website, showcasing his projects and skills.
To build and run this project locally, you'll need:
- Node.js: JavaScript runtime environment.
- npm: Node package manager (comes with Node.js).
-
Clone the repository:
git clone https://github.com/jakubszpil/jakubszpil.github.io.git
-
Navigate to the project directory:
cd jakubszpil.github.io -
Install the dependencies:
npm install
npm run devThis will launch the website locally, allowing you to view and test it in your browser at the url http://localhost:5173/.
npm run buildThis will build production version of the application to folder: /dist/client
npm run testThis will run all unit tests associated with