Skip to content

voronin-ivan/instant-preview

Repository files navigation

Instant-Preview

Maintainability Maintainability

This PWA helps to preview an Instagram profile with custom parameters (description, count of followers, etc.) in a few clicks.

Just add main information and upload photos. Feel free to swap posts and highlights until achieve the best visual combination. Download the result and present it to your clients or colleagues. Publish materials in the chosen order, update profile settings and draw inspiration from done work.

Development

Install dependencies

nvm use
yarn

Run development-mode

yarn start

Run linter

yarn lint

Run build

yarn build

Run unit tests

yarn unit

Run e2e tests

yarn e2e:docker

Check size

yarn size

Run bundle-analyzer

yarn analyzer