Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿

docs: add typecheck step (#5871)

authored by yoginth.com and committed by

GitHub 5a8c2c62 f5e57d4a

+8
+8
README.md
··· 70 70 pnpm build 71 71 ``` 72 72 73 + ### Type Check the Project 74 + 75 + Run the TypeScript type checker to validate the codebase: 76 + 77 + ```bash 78 + pnpm typecheck 79 + ``` 80 + 73 81 ### Lint and Format Code 74 82 75 83 Check code quality and formatting: