Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 288 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 288 Bytes

gatsby-instagram-blog-example

Prerequisites

Create an .env file in the root of your project that looks like this

// .env
ACCESS_TOKEN=your_instagram_access_token

Install

yarn install

// or

npm install

Run

yarn develop

// or

npm run develop