Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 306 Bytes

File metadata and controls

19 lines (13 loc) · 306 Bytes

Contributing to use-fetch-hook

First off, thank you for considering contributing! 🎉

Development Setup

# Fork and clone
git clone https://github.com/YOUR_USERNAME/use-fetch-hook.git
cd use-fetch-hook

# Install dependencies
npm install

# Start dev mode
npm run dev

# Run tests
npm test