Skip to content

crescents-stack/sociomatic

Repository files navigation

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 🚀