yarn install
You need to create a src/config.ml
file with instagram username and password:
let username = "lurker"
let password = "verysecret"
npm run build
npm run watch
If you use vscode
, Press Windows + Shift + B
it will build automatically