Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 879 Bytes

File metadata and controls

36 lines (23 loc) · 879 Bytes

Netlify Status

Currently working on

Adding next:

  • posts translated + pass the right ones to templates in gatsby-node

Quick start

  1. Start developing.

    Navigate into directory and in shell/git bash:

    git clone https://github.com/kryzin/kryzin-com.git
    cd kryzin-com/
    npm install

    then create a .env file and add:

    GITHUB_LOGIN=your_login
    GITHUB_PERSONAL_ACCESS_TOKEN=your_token

    to get the token check out this tutorial!

    save and inside your project dir run:

    gatsby develop