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
## 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

View File

@ -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 <xyztojajestem@gmail.com>",
"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"
}
}

BIN
screenshots/homepage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB