Starter for a PubKey UI project.
Warning
PubKey UI is unstable, there can be minor and major changes at any time.
Tip
If you don't have PNPM installed, you can install it using corepack
:
corepack enable
corepack prepare pnpm@8 --activate
- Clone the repository:
git clone https://github.com/pubkeyapp/pubkey-ui-starter my-app
cd my-app
pnpm install
pnpm dev
pnpm build
pnpm lint
pnpm test
- Thanks to opos-outliers for open sourcing their project, which this project is based on. (MIT License Copyright (c) 2023 TipLink)
MIT