It is a frontend part of the web push demo.
Install:
- Run
yarn install
- Copy
.env
to.env.local
and fill in the public key param with your VAPID public key value. - Start the app in the development mode with
node start
or build it in production modenpm run build