Welcome to the project! Here are the essential guidelines for development:
We're using TailwindCSS for styling. Please adhere to:
// Good example
<div class="flex justify-between items-center p-4 bg-white rounded-lg shadow">
Content here
</div>
"Write code as if the person who ends up maintaining your code is a violent psychopath who knows where you live."
All features must include:
# Deployment commands
npm run build
npm run test
npm run deploy
Remember to:
Please review these guidelines before starting any work on the project.