Skip to content

yoomoney/yoomoney.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YooMoney GitHub Landing Page

Prepare environment

  1. Check NodeJS version

    node -v #12 and above
  2. Install gatsby-cli

    sudo npm i -g gatsby-cli 

🚀 Run locally

  1. Clone repo

    git clone git@github.com:yoomoney/yoomoney.github.io.git
  2. Go to directory and run build

    cd yoomoney.github.io
    
    gatsby develop
  3. Additional info

Used technologies:

  • TypeScript
  • GatsbyJS
  • StyledComponents

Images are loaded with gatsby-plugin-image.