Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.35 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.35 KB


Mozilla Campus Club of SLIIT Logo



Contains the codebase of the Official Website of Mozilla Campus Club of SLIIT

Contributing

Getting started

  • Run npm install to install all dependencies
  • Run npm run dev to run the website locally

Commit messages

  • We follow conventional commits during our development workflow as a good practice. More information can be found at their official documentation
  • Refer the commitlint.config.js file for a full list of supported commit message prefixes

Additional tools