Skip to content

kyryloren/folio

Repository files navigation

Logo

Folio 21'

My personal website, built with Gatsby and hosted with Vercel.

Previous versions: v4

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/folio
    cd folio
  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
├── static
├── .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 #0F0E0E #0F0E0E
White #DFD3C3 #DFD3C3

About

The final version of my website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published