update readme.md, add ss of homepage

This commit is contained in:
Dawid Wysokiński 2020-09-08 18:00:28 +02:00
parent d4823aed77
commit 3253249f9d
3 changed files with 22 additions and 11 deletions

View File

@ -1,8 +1,20 @@
# dawid-wysokinski.pl # dawid-wysokinski.pl
## How to run locally My personal website.
1. Clone repo. ![Screenshot](/screenshots/homepage.png?raw=true)
2. Navigate to the right directory.
## 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 3. yarn install
4. yarn develop 4. yarn run develop

View File

@ -1,7 +1,7 @@
{ {
"name": "gatsby-starter-default", "name": "dawid-wysokinski.pl",
"private": true, "private": true,
"description": "A simple starter to get up and developing quickly with Gatsby", "description": "Personal website",
"version": "0.1.0", "version": "0.1.0",
"author": "Dawid Wysokiński <xyztojajestem@gmail.com>", "author": "Dawid Wysokiński <xyztojajestem@gmail.com>",
"dependencies": { "dependencies": {
@ -34,21 +34,20 @@
"keywords": [ "keywords": [
"gatsby" "gatsby"
], ],
"license": "0BSD", "license": "MIT",
"scripts": { "scripts": {
"build": "gatsby build", "build": "gatsby build",
"develop": "gatsby develop", "develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"", "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop", "start": "npm run develop",
"serve": "gatsby serve", "serve": "gatsby serve",
"clean": "gatsby clean", "clean": "gatsby clean"
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default" "url": "https://github.com/Kichiyaki/dawid-wysokinski.pl"
}, },
"bugs": { "bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues" "url": "https://github.com/Kichiyaki/dawid-wysokinski.pl/issues"
} }
} }

BIN
screenshots/homepage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB