Check whether a URL can be installed as a web app
Built with:
Access the live site at is-pwa.vercel.app
Continue reading if you want to run the project locally.
Pre-requisities:
- Zenrows API Key - You can get it from here, after which you create an environment variable
NUXT_ZENROWS_API_KEY
with the key as the value.
-
Run the following command to install project dependencies:
$_ pnpm install
-
Run the following command to start server locally at
http://localhost:3000
:$_ pnpm run dev