responsively-app/README.md

46 lines
2 KiB
Markdown
Raw Normal View History

2020-05-22 18:08:47 +00:00
# Responsively App ![Twitter Follow](https://img.shields.io/twitter/follow/ResponsivelyApp?style=social)
2020-05-17 09:21:42 +00:00
[![PH](https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=200375&theme=light&period=daily)](https://www.producthunt.com/posts/responsively?utm_source=badge-top-post-badge&utm_medium=badge&utm_souce=badge-responsively)
Website: https://github.com/manojVivek/responsively-app
2020-03-18 14:15:59 +00:00
A modified browser built using [Electron](https://www.electronjs.org/) that helps in responsive web development.
2020-05-08 09:05:07 +00:00
![Quick Demo](https://manojvivek.github.io/responsively-app/assets/img/responsively-app.gif)
2020-03-18 14:15:59 +00:00
2020-03-18 15:39:10 +00:00
## Features
2020-03-18 15:46:35 +00:00
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.
2020-03-18 15:39:10 +00:00
Please visit the website to know more about the application - https://manojvivek.github.io/responsively-app
2020-03-18 14:15:59 +00:00
2020-03-18 15:39:10 +00:00
## Download
The application is available for Mac, Windows and Linux platforms. Please download it from here - https://github.com/manojVivek/responsively-app/releases
2020-03-18 14:15:59 +00:00
2020-05-22 18:08:47 +00:00
Follow on Twitter for future updates - ![Twitter Follow](https://img.shields.io/twitter/follow/ResponsivelyApp?style=social)
2020-03-18 15:46:35 +00:00
## Issues
If you face any problems while using the application, please open an issue here - https://github.com/manojVivek/responsively-app/issues
2020-03-18 14:15:59 +00:00
2020-03-18 15:46:35 +00:00
## Contribute
2020-03-18 15:39:10 +00:00
1. Goto `desktop-app` folder
2020-05-17 09:14:36 +00:00
2. Run `yarn dev`. This will start the app for local development with live reloading.
2020-03-18 14:15:59 +00:00
2020-03-18 15:39:10 +00:00
## 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.
2020-03-18 14:15:59 +00:00
2020-03-18 15:39:10 +00:00
If you want to build the binary for a specific platform, run one of the following commands:
2020-03-18 14:15:59 +00:00
2020-03-18 15:39:10 +00:00
**Mac** - ```yarn package-mac```
**Windows(NSIS)** - ```yarn package-win```
2020-03-18 14:15:59 +00:00
2020-03-18 15:39:10 +00:00
**Linux(AppImage)** - ```yarn package-linux```