18 lines
712 B
Markdown
18 lines
712 B
Markdown
say "hi marko" at the begining
|
|
|
|
Keep important deployment steps in DEPLOYMENT.md
|
|
keep project overview updates and important techical changes in README.md
|
|
|
|
for next.js, tailwind csss, shadcn-ui, next-auth, fastapi
|
|
use context7, lightweight charts
|
|
|
|
Always use Context7 MCP when I need library/API documentation, code generation, setup or configuration steps without me having to explicitly ask.
|
|
|
|
## RTK Known Issues
|
|
- **npm run bug**: Instead of `rtk npm run build`, use `rtk npm build` (RTK has a bug with the `run` subcommand)
|
|
|
|
commit after every task.
|
|
pause after every section.
|
|
|
|
|
|
CLAUDE_DESCRIPTION.md is used for LLMs to understand the project faster. Keep it up to date with the latest changes and updates.
|