Response
v1.1.1
Linux Desktop에서 웹 페이지의 응답 성을 테스트하십시오!
리소스 돼지가 적은 모바일 첫 번째 웹 사이트를 구축하십시오 :)

이러한 종속성이 설치되어 있는지 확인하십시오
# 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 # 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