Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 650 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 650 Bytes

SOCIOMATIC

IT Agency

TechStack

  • NextJS
  • TailwindCSS, ShadcnUI, SCSS

Contribution Guideline

  • ✖️ Do not use plain css other than using globals.scss
  • ✅ Use design system defined in globals.scss
  • ✅ Use tailwind
  • ✅ Follow DRY
  • ✅ Try to add precise comment - multiline convention /** */ (Avoid JSX instead adding oneline gap)
  • ✅ Ask on confusion before creating pull request
  • ✅ Must use ES6
  • ✅ Use semantic Elements in JSX
  • ✅ Use SVGs as TSX component and for background use inline background image in tailwind storing SVGs in /public/images/backgrounds/*.svg directory

Happy contribution 🚀