template web3 app
1.0.0
Web3应用模板使用Next.js,RainbowKit,Tailwind,与以太坊登录等等。
pnpm CLI是推荐的软件包管理器,但npm和yarn也应该工作。
pnpm installpnpm devpnpm buildUI.shadcn.com组件包含在/components/shared/ui文件夹中。
沙哑改善了您的git提议。
您可以使用它来提交提交消息,运行测试,绒毛代码等...提交或推送时。沙哑的支持所有git钩。
commitlint检查您的提交消息是否符合常规提交格式。
通常,模式通常看起来像这样:
type(scope ? ): subject # scope is optional; multiple scopes are supported (current delimiter options: "/", "" and ",")现实世界的例子看起来像这样:
chore: run tests on travis ci
fix(server): send cors headers
feat(blog): add comment section
根据commlint-config-contentional(基于角度惯例)的常见类型可以:
原始模板摘自https://github.com/wslyvh/nexth
谢谢@wslyvh
版权2023 Kames Geraghty