Adding next:
- posts translated + pass the right ones to templates in gatsby-node
-
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