Skip to content

musiur/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 🚀

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.9%
  • Other 1.1%