git clone https://github.com/harryytsao/ufdsi.com.git
cd ufdsi.com
git lfs installnpm install
npm run dev- Follow coding standards and practices.
- Make changes in the
srcdirectory.
- 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.