The Stalin's Rule website, built with Gatsby and hosted with Netlify.
-
Install the gatsby CLI
npm i -g gatsby-cli
-
Clone the repository and change directories
git clone https://github.com/kyryloren/portfolio-v4 cd portfolio-v4
-
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
├── .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 | #121111 |
Accent | #faf5e3 |
White | #EAE4E4 |