Skip to content

k-Dobosz/kdobosz.pl

Repository files navigation

kDobosz.pl

My first personal website written in Gatsby and hosted on Netlify

Netlify GitHub license

Setup & installation

  1. Clone the repository from github
    git clone https://github.com/k-Dobosz/kdobosz.pl.git
    
  2. Install the Gatsby CLI
    npm install -g gatsby-cli
    
  3. Install dependencies
    npm install
    
  4. Start the dev server
    npm start