Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 534 Bytes

CONTRIBUTE.md

File metadata and controls

12 lines (8 loc) · 534 Bytes

Contiribution

Setting up the enviroment

  1. Fork the repo and then clone it
  2. Run: npm i
  3. Run: npm run dev

Code Flow

  1. Try to use image links rather downloading it in the public assets images folder. Check this to convert any image to link

  2. Don't make change directly into main branch create a separate branch for any changes after completion merge it.