## Local run with IO
npm install @vtex/instore-admin-exampleRun link on your IO tenant by:
Login:
``bash`
vtex login {{tenant}}
Link:
`bash`
vtex link
And see on instore-core the http://vtexinstoredev.vtexlocal.com.br:8000/instore/iframe/admin/app/example page
Install wml globally:
`bash`
npm i -g wml
Add it to your local project (current example to instore-core itself, but could be any tenant project on vtex-sites):
`bash``
wml add . ../instore-core/node_modules/@vtex/instore-admin-example
And see on instore-core the http://vtexinstoredev.vtexlocal.com.br:8000/instore/admin-example page