cp .env.template .env
npx web-push generate-vapid-keys
dotenv > .envrc && direnv allow
to be able to run other scripts that require these values passed as options.- Note further setup is required in VS Code to allow direnv to load env vars for Tasks.
npm run dev
npm run db:init
- Copy the
secret
from stdout into the value forFAUNADB_INVITEE_SECRET
in.env
. open http://localhost:6602/