Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 406 Bytes

File metadata and controls

16 lines (12 loc) · 406 Bytes

Contributing to QuickBite

Thank you for considering contributing to QuickBite!

How to Contribute

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Development Setup

npm install
npm run dev