Skip to content

kyryloren/v4

Repository files navigation

Logo

kyryloorlov.com - v4

The fourth version of my personal website, built with Gatsby and hosted with Netlify.

Previous versions: Version 4

Netlify status

hero

🚀 Installing

  1. Install the gatsby CLI

    npm i -g gatsby-cli
  2. Clone the repository and change directories

    git clone https://github.com/kyryloren/portfolio-v4
    cd portfolio-v4
  3. Install dependencies

    npm install
  4. Start the local server

    gatsby develop # local dev server
    gatsby build && gatsby serve # local prod server
  5. Open the source code and start editing!

    The site is now running at http://localhost:8000!

🧐 What's inside?

A quick look at the top-level files and directories.

.
├── node_modules
├── src
├── .gitignore
├── .prettierrc
├── gatsby-browser.js
├── gatsby-config.js
├── gatsby-node.js
├── gatsby-ssr.js
├── LICENSE
├── package-lock.json
├── package.json
└── README.md

🎨 Color Reference

Color Hex
Black #121212 #121212
Accent #faf5e3 #faf5e3
White #dbd5d5 #dbd5d5

About

The fourth official iteration of my website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published