git clone https://github.com/harryytsao/ufdsi.com.git
cd ufdsi.com
git lfs install
npm install
npm run dev
- Follow coding standards and practices.
- Make changes in the
src
directory.
- Track large files using Git LFS.
- Example:
git lfs track "*.psd"
- Test changes locally using
npm run dev
.
- Commit changes:
git commit -m "Your message"
- Push changes:
git push origin main
- Follow the contribution guidelines.
- Submit a pull request for review.