Skip to content

jakubszpil/jakubszpil.github.io

Repository files navigation

jakubszpil.github.io

This repository contains the source code for Jakub Szpil's personal portfolio website, showcasing his projects and skills.

Requirements

To build and run this project locally, you'll need:

  • Node.js: JavaScript runtime environment.
  • npm: Node package manager (comes with Node.js).

Installation

  1. Clone the repository:

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

    cd jakubszpil.github.io
  3. Install the dependencies:

    npm install

Running the Application

To start the development server:

npm run dev

This will launch the website locally, allowing you to view and test it in your browser at the url http://localhost:5173/.

To build application:

npm run build

This will build production version of the application to folder: /dist/client

To run tests of the application:

npm run test

This will run all unit tests associated with

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published