You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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