Experience Counterfactual Transactions using the Delegatable framework.
npm run dev
# or
yarn dev
# or
pnpm dev
Husky improves your git commits.
You can use it to lint your commit messages, run tests, lint code, etc... when you commit or push. Husky supports all Git hooks.
- pre-commit: lint app codebase
- commit-msg: apply commintlint
commitlint checks if your commit messages meet the conventional commit format.
In general the pattern mostly looks like this:
type(scope?): subject #scope is optional; multiple scopes are supported (current delimiter options: "/", "\" and ",")
Real world examples can look like this:
chore: run tests on travis ci
fix(server): send cors headers
feat(blog): add comment section
Common types according to commitlint-config-conventional (based on the Angular convention) can be:
- build
- chore
- ci
- docs
- feat
- fix
- perf
- refactor
- revert
- style
- test
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
The TurboETH Web3 Build System development is (currently) sponsored (and maintained) by District Labs.
Interested in sponsoring the development and maintenance of the TurboETH - Web3 Build System
templates, utilities and modules?
Contact us today at District Labs or collect (coming soon) the TurboETH Mirror Collection.
Copyright 2022 Kames Geraghty
Original template was forked from https://github.com/wslyvh/nexth
Underlying wallet manage and design systems were changed, but the template is continuing to use the original folder structure, plus other developer experience optimizations.
Thank you @wslyvh 🙏