项目作者: lousando

项目描述 :
A delicious Tezos wallet interface for Trezor.
高级语言: Vue
项目地址: git://github.com/lousando/briskett.git
创建时间: 2021-05-11T16:53:49Z
项目社区:https://github.com/lousando/briskett

开源协议:GNU General Public License v3.0

下载


Briskett 🥩

A delicious Tezos wallet interface for Trezor.

Dependencies 🧱

  • Node >= 22.x
  • PNPM >= 10.x
  • The Astro Web Framework
  • The SolidJs Component Framework

Setup 🛠️

.env

Start by running the following command to create an .env file to keep your secrets.

  1. cp .env.example .env

From there, go ahead and populate the .env file.
It is populated with comments to help get you find what you need.

Web Server 🌎

Run the following to get the web app going.

  1. # install dependencies
  2. $ pnpm i
  3. # serve with hot reload at http://localhost:4321
  4. $ pnpm watch
  5. # Extras
  6. # ======
  7. # optional - generate static project
  8. $ pnpm build
  9. # optional - launch web server (after building)
  10. $ pnpm preview