Build a simple app that leverages Session Keys.
Pre-requisites:
- Install node (guide).
- Install
pnpmwithnpm install -g pnpm
Instructions:
- Clone this repo.
- Install depdendencies with
pnpm install. - Run app on localhost:5173 with
pnpm run dev. - Refer to Session Key docs and build!