Skip to content

🤝 Contributing

Contributions are welcome! Here's how you can help:

  1. Report Issues - Found a bug? Open an issue
  2. Suggest Features - Have an idea? Share it in issues
  3. Submit PRs - Improvements and fixes are appreciated
  4. Share Examples - Show off your creative use cases

Development Setup

bash
# Clone the repository
git clone https://github.com/Nem-Tudo/ntPopups.git

# Install dependencies
npm install

# Start development server
npm run dev

# Build library
npm run build