A delicious Tezos wallet interface for Trezor.
Start by running the following command to create an .env file to keep your secrets.
cp .env.example .envFrom there, go ahead and populate the .env file.
It is populated with comments to help get you find what you need.
Run the following to get the web app going.
# install dependencies
$ pnpm i
# serve with hot reload at http://localhost:4321
$ pnpm watch
# Extras
# ======
# optional - generate static project
$ pnpm build
# optional - launch web server (after building)
$ pnpm preview