My personal website, built with Gatsby and hosted with Vercel.
Previous versions: v4
-
Install the gatsby CLI
npm i -g gatsby-cli
-
Clone the repository and change directories
git clone https://github.com/kyryloren/folio cd folio
-
Install dependencies
npm install
-
Start the local server
gatsby develop # local dev server gatsby build && gatsby serve # local prod server
-
Open the source code and start editing!
The site is now running at
http://localhost:8000
!
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 | Hex |
---|---|
Black | #0F0E0E |
White | #DFD3C3 |