- Create a Vapid-Key-Pair.
- Create an
.env
-File - Copy the content of
.env.example
-File - Enter your created Vapid-Keys
To install the dependencies run
pnpm i
To start the mock server run
node src/server.js
To test different error cases change the errorSetter
constant in the affected file and restart the server