Contains the codebase of the Official Website of Mozilla Campus Club of SLIIT
- Run
npm install
to install all dependencies - Run
npm run dev
to run the website locally
- 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
- This project is bootstrapped with Lefthook, Eslint and Prettier. It also uses shadcn/ui. Please make good use of them.