Every Vibe coder should understand:
- .env
- npm run dev
- package.json
- npm run build
- npm packages
- git add .env (never use this command)
- is not a real URL
Other useful things:
- npm i —legacy-peer-deps
- .gitignore
- git commands
- .gitignore
- db schemas / sql (if coding apps that need databases)
- general jargon (divs, components, modals, cards, etc)
Happy vibe coding :)