Last active
June 23, 2026 18:27
-
-
Save thisismydesign/76d175424da6a52c14437b317988c877 to your computer and use it in GitHub Desktop.
JS prototype stack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pnpm | |
| mise with .tool-versions file pinning node and pnpm | |
| ts | |
| eslint + prettier | |
| vite | |
| github actions ci.yml with separate jobs for typecheck, lint, test, build | |
| README.md: user facing | |
| AGENTS.md: agent facing | |
| docs folder for more detailed docs | |
| cloudflare pages deployment with wrangler, prod config to compress and obfuscate code, remove comments, console logs, etc | |
| concise docs | |
| simple, clean code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment