PACKAGES TO USE FOR THIS PROJECT AND GUIDELINES
*** a) yarn package manager b) write docker files c) follow ...malit coding convention ***
*** YARN PACKAGE MANAGER *** i. yarn / yarn install ii. yarn init iii. yarn run build/test iv. yarn audit
*** Git and Github *** --- git fork, if you intend to commit files to the repository --- git clone, if you want to pull and play around
i) git pull - always first thing to do ii) create a new branch of the repo on your local machine iii) ensure it is working locally before commits iv) ask a peer to review and merge v) commits should follow the conventions e.g update: updated the login component, fix: fixed the colors on the student dashboard
*** Collaborative work *** May it be well with us hello
////added text