Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajsolai/response
Test your web page's Responsiveness in Linux Desktop.
https://github.com/rajsolai/response
appcenter elementaryos flatpak freedesktop gtk3 linux linux-app linux-desktop screenshot vala
Last synced: about 2 months ago
JSON representation
Test your web page's Responsiveness in Linux Desktop.
- Host: GitHub
- URL: https://github.com/rajsolai/response
- Owner: RajSolai
- License: gpl-3.0
- Created: 2021-04-08T16:21:10.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-21T13:44:56.000Z (over 2 years ago)
- Last Synced: 2023-03-04T11:00:06.636Z (almost 2 years ago)
- Topics: appcenter, elementaryos, flatpak, freedesktop, gtk3, linux, linux-app, linux-desktop, screenshot, vala
- Language: Vala
- Homepage: https://rajsolai.github.io/Response/
- Size: 845 KB
- Stars: 20
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Response
Test your web page's Responsiveness in Linux Desktop !
And build Mobile first Websites with less resource hog :)
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.rajsolai.response)
![Main Screen on Response](./data/screenshots/app_normal_mobile.png "Main Screen of Response")
## Dependencies
Ensure you have these dependencies installed
- gtk+-3.0
- webkit2gtk-4.0## Install, build and run
```bash
# install elementary-sdk, meson and ninja
sudo apt install elementary-sdk meson ninja
# install webkit-gtk (webview for GTK)
sudo apt install libwebkit2gtk-4.0-dev
# clone repository
git clone https://github.com/RajSolai/Response
# cd to dir
cd Response
# run meson
meson build --prefix=/usr
# cd to build, build and test
cd build
sudo ninja install && com.github.rajsolai.response
```
## Build flatpak locally``` bash
# install elementary os runtime (version 6)
flatpak install io.elementary.Sdk# clone repository
git clone https://github.com/RajSolai/Response# run the build script
sh start.sh
```