- Fork repository and clone
- Install
pnpm
if not installed - Run
pnpm i
in the root folder. - Run
init-repo
in the root folder.
- Checkout a topic branch from a base branch (e.g.
main
), and merge back against that branch.
Please, you TypeScript.
You can add any
in new code, but not in existing code. You can use as
type cast in case that's needed.