Skip to content

RajSolai/Response

Repository files navigation

Response

Test your web page's Responsiveness in Linux Desktop !

And build Mobile first Websites with less resource hog :)

Get it on AppCenter

Buy Me A Coffee

Response - Test your web page's Responsiveness | Product Hunt

Download on Flathub

Main Screen on Response

Dependencies

Ensure you have these dependencies installed

  • gtk+-3.0
  • webkit2gtk-4.0

Install, build and run

# 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

# 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