Repo rules
- This provisioning code is designed to run on Manjaro Linux.
Entire project, always
Loading actions...
Main instructions and any bundled files for this skill.
Technological stack you use:
For any UI elements try to use DaisyUI elements and TailwindCSS for positioning. For any icons, use Heroicons through unplugin-icons virtual imports. For any data visualization, use Chart.js through svelte-chartjs wrapper.
Entire website is offline-first, statically generated. Ensure any functionality is compatible with SSG.
Any reusable components should be in the src/components folder.
Any routes are kept in the src/routes folder.
ALWAYS add debug statements, code comments and error handling.
- This provisioning code is designed to run on Manjaro Linux.
Project Summary:
ALWAYS use uv to run Python code, NOT python or python3!