diff --git a/README.md b/README.md index 2a86dee..23bdc24 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,20 @@ # dawid-wysokinski.pl -## How to run locally +My personal website. -1. Clone repo. -2. Navigate to the right directory. +![Screenshot](/screenshots/homepage.png?raw=true) + +## Development + +### Prerequisites + +1. Node.JS +2. yarn/npm +3. gatsby-cli + +### Installing + +1. Clone this repo +2. Navigate to the directory where you have cloned this repo. 3. yarn install -4. yarn develop +4. yarn run develop diff --git a/package.json b/package.json index f59be2e..715623e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "gatsby-starter-default", + "name": "dawid-wysokinski.pl", "private": true, - "description": "A simple starter to get up and developing quickly with Gatsby", + "description": "Personal website", "version": "0.1.0", "author": "Dawid WysokiƄski ", "dependencies": { @@ -34,21 +34,20 @@ "keywords": [ "gatsby" ], - "license": "0BSD", + "license": "MIT", "scripts": { "build": "gatsby build", "develop": "gatsby develop", "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"", "start": "npm run develop", "serve": "gatsby serve", - "clean": "gatsby clean", - "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" + "clean": "gatsby clean" }, "repository": { "type": "git", - "url": "https://github.com/gatsbyjs/gatsby-starter-default" + "url": "https://github.com/Kichiyaki/dawid-wysokinski.pl" }, "bugs": { - "url": "https://github.com/gatsbyjs/gatsby/issues" + "url": "https://github.com/Kichiyaki/dawid-wysokinski.pl/issues" } } diff --git a/screenshots/homepage.png b/screenshots/homepage.png new file mode 100644 index 0000000..4c87777 Binary files /dev/null and b/screenshots/homepage.png differ