manojVivek / responsively-app
- четверг, 21 мая 2020 г. в 00:22:55
JavaScript
A modified browser that helps in responsive web development.
Website: https://github.com/manojVivek/responsively-app
A modified browser built using Electron that helps in responsive web development.
Please visit the website to know more about the application - https://manojvivek.github.io/responsively-app
The application is available for Mac, Windows and Linux platforms. Please download it from here - https://github.com/manojVivek/responsively-app/releases
If you face any problems while using the application, please open an issue here - https://github.com/manojVivek/responsively-app/issues
desktop-app
folderyarn dev
. This will start the app for local development with live reloading.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