READ THE BELOW INSTRUCTIONS PROPERLY BEFORE STARTING
Vyatha-UI
Important :
- Do not install any new dependencies.
- No css frameworks are to be used. Only pure vanilla css is to be used.
- Only make sass files for custom css. No css files are allowed. (One eg for sass is already given in the repo).
- Do not make .js files, only .jsx files are allowed.
- Assign atleast 2 reviewers while opening a pull request
- Do no directly push into the master and dev branchs
Procedures to follow initially :
- Clone the repository (git version system is required).
- Cmd "pnpm install" / "pnpm i" (to download the required packages).
- Cmd "pnpm run dev" to start working. The port will be shown in the cmd window.
- Before committing, after staging the files run pnpm precommit and resolve the issues. If there isn't any, preoceed with git commit.
Additional Rules and Regulations will be updated over time.