My first personal website written in Gatsby and hosted on Netlify
- Clone the repository from github
git clone https://github.com/k-Dobosz/kdobosz.pl.git
- Install the Gatsby CLI
npm install -g gatsby-cli
- Install dependencies
npm install
- Start the dev server
npm start