Skip to content

kyryloren/portfolio-v1

Repository files navigation

Logo

kyryloorlov.com - v1

The first version of my personal website, built with Gatsby and hosted with Firebase.

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-v1
    cd portfolio-v1
  3. Install dependencies

    npm install
  4. Start the local server

    gatsby develop #for local dev
    gatsby build && gatsby serve # for production
  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 you'll see in a Gatsby project.

  .
  ├── node_modules # modules
  ├── src # source folder
      └── components # main components
          ├── head.js # SEO and meta tags that go in the head
          ├── layout.js # layout file
          ├── index.js
          └── common
              ├── avatar.js # the avatar in the hero
              ├── ExternalLink.js # components handling any external links
          └── sections
              ├── hero.js # style and lay out the content for index page
      └── images
      └── pages
          ├── index.js
      └── styles # styled components styles
  ├── static # static content
  ├── .gitignore
  ├── .prettierrc
  ├── gatsby-config.js
  ├── LICENSE
  ├── package-lock.json
  ├── package.json
  └── README.md

Releases

No releases published

Packages

No packages published

Languages