No description
Find a file
dependabot[bot] 5202e2f6a6
Bump concat-with-sourcemaps in /desktop-app/lib/dom-inspector
Bumps [concat-with-sourcemaps](https://github.com/floridoo/concat-with-sourcemaps) from 1.0.4 to 1.1.0.
- [Release notes](https://github.com/floridoo/concat-with-sourcemaps/releases)
- [Commits](https://github.com/floridoo/concat-with-sourcemaps/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-05-01 12:40:34 +00:00
desktop-app Bump concat-with-sourcemaps in /desktop-app/lib/dom-inspector 2020-05-01 12:40:34 +00:00
website Bump jquery from 3.4.1 to 3.5.0 in /website 2020-04-30 15:32:22 +00:00
.gitignore Added icon to open dev tools 2019-08-14 22:13:17 +05:30
.gitlab-ci.yml Using an image with wine 2019-09-11 21:41:18 +05:30
dev.code-workspace Code cleanup 2020-01-28 14:00:36 +05:30
README.md Updated Readme.md 2020-03-18 21:16:35 +05:30

Responsively Browser

website: https://github.com/manojVivek/responsively-app

A modified browser built using Electron that helps in responsive web development.

Screenshot

Features

  1. Mirrored User-interactions across all devices.
  2. Customizable preview layout to suit all your needs.
  3. One handy elements inspector for all devices in preview.
  4. 30+ built-in device profiles with option to add custom devices.
  5. One-click screenshot all your devices.
  6. Hot reloading supported for developers.

Please visit the website to know more about the application - https://manojvivek.github.io/responsively-app

Download

The application is available for Mac, Windows and Linux platforms. Please download it from here - https://github.com/manojVivek/responsively-app/releases

Issues

If you face any problems while using the application, please open an issue here - https://github.com/manojVivek/responsively-app/issues

Contribute

  1. Goto desktop-app folder
  2. Run yarn dev. This will start the app for local development with live realoding functionality.

Distribution

You can build the app for distrbution by runing: yarn package-all

This will build the binaries for all the platforms and place it in the releases folder.

If you want to build the binary for a specific platform, run one of the following commands:

Mac - yarn package-mac

Windows(NSIS) - yarn package-win

Linux(AppImage) - yarn package-linux