My website built with React and Gatsby. https://dwysokinski.me
Go to file
Dawid Wysokiński 2f548d5500 chore: disable access log 2021-05-29 11:27:18 +02:00
.circleci rename nginx.conf -> default.conf, update Dockerfile (use nginx config templates instead of overriding the nginx.conf, bump nginx/node version), rename SEO -> Seo, 2021-04-24 18:26:01 +02:00
src fix error "Identifier 'IndexPage' has already been declared" 2021-05-14 12:51:56 +02:00
.babelrc init 2020-07-13 11:45:24 +02:00
.gitignore add schema.graphql to .gitignore, move all links from Contact.js to gatsby-config.js, add .graphqlconfig 2021-04-20 19:56:22 +02:00
.graphqlconfig add schema.graphql to .gitignore, move all links from Contact.js to gatsby-config.js, add .graphqlconfig 2021-04-20 19:56:22 +02:00
.prettierignore update prettier config 2021-01-17 09:31:50 +01:00
.prettierrc update prettier config 2021-01-17 09:31:50 +01:00
Dockerfile rename nginx.conf -> default.conf, update Dockerfile (use nginx config templates instead of overriding the nginx.conf, bump nginx/node version), rename SEO -> Seo, 2021-04-24 18:26:01 +02:00
LICENSE change license 2020-07-14 17:08:34 +02:00
README.md update README.md 2021-01-17 10:31:34 +01:00
default.conf chore: disable access log 2021-05-29 11:27:18 +02:00
gatsby-browser.js update prettier config 2021-01-17 09:31:50 +01:00
gatsby-config.js rename nginx.conf -> default.conf, update Dockerfile (use nginx config templates instead of overriding the nginx.conf, bump nginx/node version), rename SEO -> Seo, 2021-04-24 18:26:01 +02:00
gatsby-node.js init 2020-07-13 11:45:24 +02:00
gatsby-ssr.js init 2020-07-13 11:45:24 +02:00
jsconfig.json add jsconfig.json 2020-07-30 11:47:20 +02:00
package.json rename nginx.conf -> default.conf, update Dockerfile (use nginx config templates instead of overriding the nginx.conf, bump nginx/node version), rename SEO -> Seo, 2021-04-24 18:26:01 +02:00
yarn.lock rename nginx.conf -> default.conf, update Dockerfile (use nginx config templates instead of overriding the nginx.conf, bump nginx/node version), rename SEO -> Seo, 2021-04-24 18:26:01 +02:00

README.md

dwysokinski.me

My personal website.

Screenshot

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 run develop